mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 14:25:00 +00:00
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 {
|
||||
activeXhr.abort()
|
||||
} catch (a) {}
|
||||
activeXhr = $.ajax("log?type=" + e + "&date=" + b, {
|
||||
activeXhr = $.ajax("log?type=" + e + "&date=" + b + "&token=" + location.search.split('token=')[1], {
|
||||
settings: {
|
||||
dataType: "text"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue