forked from mirrors/Scribe.js
Add url params token
This commit is contained in:
parent
0f73347841
commit
9d8fa4292a
1 changed files with 1 additions and 1 deletions
2
log.html
2
log.html
|
@ -424,7 +424,7 @@
|
||||||
try {
|
try {
|
||||||
activeXhr.abort()
|
activeXhr.abort()
|
||||||
} catch (a) {}
|
} catch (a) {}
|
||||||
activeXhr = $.ajax("log?type=" + e + "&date=" + b, {
|
activeXhr = $.ajax("log?type=" + e + "&date=" + b + "&token=" + location.search.split('token=')[1], {
|
||||||
settings: {
|
settings: {
|
||||||
dataType: "text"
|
dataType: "text"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue