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
17b73339
Commit
17b73339
authored
Feb 20, 2019
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'caliblur/master'
parents
ae7c4908
ae279c51
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
+13
-6
caliBlur.min.css
cps/static/css/caliBlur.min.css
+1
-1
caliBlur.js
cps/static/js/caliBlur.js
+1
-1
bootstrap.min.js
cps/static/js/libs/bootstrap.min.js
+3
-4
layout.html
cps/templates/layout.html
+8
-0
No files found.
cps/static/css/caliBlur.min.css
View file @
17b73339
This diff is collapsed.
Click to expand it.
cps/static/js/caliBlur.js
View file @
17b73339
...
...
@@ -108,7 +108,7 @@ if ( $( 'body.book' ).length > 0 ) {
.
replace
(
/^
(?=\n)
$|^
\s
*|
\s
*$|
\n\n
+/gm
,
""
).
split
(
/
\n
/
);
}
else
{
newdesc
=
description
.
t
oString
();
newdesc
=
description
.
t
ext
();
}
doc
=
nlp
(
newdesc
.
toString
()
);
sentences
=
doc
.
map
((
m
)
=>
m
.
out
(
'text'
));
...
...
cps/static/js/libs/bootstrap.min.js
View file @
17b73339
This diff is collapsed.
Click to expand it.
cps/templates/layout.html
View file @
17b73339
...
...
@@ -104,6 +104,14 @@
</div>
{%endif%}
{% endfor %}
{% if g.current_theme == 1 %}
<div
id=
"loader"
hidden=
"true"
>
<center>
<h3>
{{_('Uploading...')}}
</h3>
<span>
{{_("please don't refresh the page")}}
</span>
.
</center>
</div>
{%endif%}
<div
class=
"container-fluid"
>
<div
class=
"row-fluid"
>
{% if g.user.is_authenticated or g.user.is_anonymous %}
...
...
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