Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
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-1
Commits
73a46d08
Unverified
Commit
73a46d08
authored
Oct 24, 2019
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
Cleanup code
parent
5e3bb8f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/main/webapp/js/admin/linkList.js
src/main/webapp/js/admin/linkList.js
+3
-3
No files found.
src/main/webapp/js/admin/linkList.js
View file @
73a46d08
...
...
@@ -20,7 +20,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.2.
2, Oct 23
, 2019
* @version 1.1.2.
3, Oct 24
, 2019
*/
/* link-list 相关操作 */
...
...
@@ -148,7 +148,7 @@ admin.linkList = {
"
linkTitle
"
:
$
(
"
#linkTitle
"
).
val
(),
"
linkAddress
"
:
$
(
"
#linkAddress
"
).
val
(),
"
linkDescription
"
:
$
(
"
#linkDescription
"
).
val
(),
"
linkIcon
"
:
$
(
"
#linkIcon
"
).
val
()
,
"
linkIcon
"
:
$
(
"
#linkIcon
"
).
val
()
}
};
...
...
@@ -229,7 +229,7 @@ admin.linkList = {
"
oId
"
:
this
.
id
,
"
linkAddress
"
:
$
(
"
#linkAddressUpdate
"
).
val
(),
"
linkDescription
"
:
$
(
"
#linkDescriptionUpdate
"
).
val
(),
"
linkIcon
"
:
$
(
"
#linkIconUpdate
"
).
val
()
,
"
linkIcon
"
:
$
(
"
#linkIconUpdate
"
).
val
()
}
};
...
...
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