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
dedc490f
Commit
dedc490f
authored
Oct 31, 2021
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
baidu tongji
parent
5a5a5dce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
main.js
cps/static/js/main.js
+8
-9
No files found.
cps/static/js/main.js
View file @
dedc490f
...
@@ -121,6 +121,14 @@ $("#form-upload").uploadprogress({
...
@@ -121,6 +121,14 @@ $("#form-upload").uploadprogress({
});
});
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
var
inp
=
$
(
'#query'
).
first
()
var
inp
=
$
(
'#query'
).
first
()
if
(
inp
.
length
)
{
if
(
inp
.
length
)
{
var
val
=
inp
.
val
()
var
val
=
inp
.
val
()
...
@@ -223,15 +231,6 @@ $("#deleteModal").on("show.bs.modal", function(e) {
...
@@ -223,15 +231,6 @@ $("#deleteModal").on("show.bs.modal", function(e) {
});
});
$
(
function
()
{
$
(
function
()
{
var
_hmt
=
_hmt
||
[];
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?9a79d99b2e653bf778370be4759cad14"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
);
})();
var
updateTimerID
;
var
updateTimerID
;
var
updateText
;
var
updateText
;
...
...
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