compiled web & added missing routes

This commit is contained in:
2016-04-02 03:09:56 +02:00
parent b9727dfef4
commit d623907215
6 changed files with 78 additions and 3 deletions
+1 -1
View File
@@ -633,7 +633,7 @@
if (xhr) {
// prevent caching
if (opts.nocache) {
var ts = (+(+new Date())).toString(36);
var ts = (+(new Date())).toString(36);
url += ((url.indexOf('?') === -1) ? '?' : '&') + '_=' + ts;
}