Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
e3088d67
Commit
e3088d67
authored
Nov 29, 2012
by
Vanessa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed #129, fixed #130
parent
c53b3170
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
851 additions
and
820 deletions
+851
-820
war/src/main/webapp/js/admin/editorCodeMirror.js
war/src/main/webapp/js/admin/editorCodeMirror.js
+1
-2
war/src/main/webapp/js/admin/editorKindEditor.js
war/src/main/webapp/js/admin/editorKindEditor.js
+1
-1
war/src/main/webapp/js/page.js
war/src/main/webapp/js/page.js
+725
-720
war/src/main/webapp/skins/mobile/themes/core/core.js
war/src/main/webapp/skins/mobile/themes/core/core.js
+123
-96
war/src/main/webapp/top-bar.ftl
war/src/main/webapp/top-bar.ftl
+1
-1
No files found.
war/src/main/webapp/js/admin/editorCodeMirror.js
View file @
e3088d67
...
...
@@ -41,8 +41,7 @@ admin.editors.CodeMirror = {
"
<div class='clear'></div>
"
+
"
<div class='markdown-preview-main none'></div>
"
+
"
<div class='markdown-help-main'>
"
+
Label
.
markdownHelpLabel
+
"
</div>
"
"
</div>
"
+
"
<div class='clear'></div>
"
;
+
"
</div><div class='clear'></div>
"
;
}
$
(
"
#
"
+
conf
.
id
).
after
(
previewHTML
);
...
...
war/src/main/webapp/js/admin/editorKindEditor.js
View file @
e3088d67
...
...
@@ -39,7 +39,7 @@ admin.editors.KindEditor = {
langType
:
language
,
resizeType
:
0
,
items
:
[
"
bold
"
,
"
italic
"
,
"
underline
"
,
"
strikethrough
"
,
"
|
"
,
"
undo
"
,
"
redo
"
,
"
|
"
,
"
insertunorderedlist
"
,
"
insertorderedlist
"
,
"
insertunorderedlist
"
,
"
insertorderedlist
"
,
"
|
"
,
"
source
"
]
});
}
catch
(
e
)
{
...
...
war/src/main/webapp/js/page.js
View file @
e3088d67
This diff is collapsed.
Click to expand it.
war/src/main/webapp/skins/mobile/themes/core/core.js
View file @
e3088d67
This diff is collapsed.
Click to expand it.
war/src/main/webapp/top-bar.ftl
View file @
e3088d67
...
...
@@ -68,7 +68,7 @@
B3log Solo
</a>
<span class="left"> ${onlineVisitor1Label}${onlineVisitorCnt}</span>
<span class="right" id="admin">
<span class="right" id="admin"
data-login="${isLoggedIn?string}"
>
<#if isLoggedIn>
<span>${userName}</span>
<#if isAdmin>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment