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