Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
captainwong
douban-api-proxy
Commits
aae9e285
Commit
aae9e285
authored
Nov 20, 2017
by
OzzieIsaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cosmetics
parent
d76f8123
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
98 additions
and
107 deletions
+98
-107
edit_books.js
cps/static/js/edit_books.js
+1
-1
kthoom.js
cps/static/js/kthoom.js
+97
-106
No files found.
cps/static/js/edit_books.js
View file @
aae9e285
...
...
@@ -46,7 +46,7 @@ function prefixedSource(prefix, query, cb, bhAdapter) {
function
getPath
()
{
var
jsFileLocation
=
$
(
"script[src*=edit_books]"
).
attr
(
"src"
);
// the js file path
return
jsFileLocation
.
substr
(
0
,
jsFileLocation
.
search
(
"/static/js/edit_books.js"
));
// the js folder path
return
jsFileLocation
.
substr
(
0
,
jsFileLocation
.
search
(
"/static/js/edit_books.js"
));
// the js folder path
}
var
authors
=
new
Bloodhound
({
...
...
cps/static/js/kthoom.js
View file @
aae9e285
This diff is collapsed.
Click to expand it.
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