Add url params token

This commit is contained in:
Guillaume Wuip 2014-08-27 15:04:55 +02:00
parent 0f73347841
commit 9d8fa4292a

View file

@ -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"
},