update debug on no jQuery

This commit is contained in:
2019-02-20 01:06:28 +01:00
parent d1ebbf2f8d
commit 1b428e5323
3 changed files with 4 additions and 4 deletions

View File

@@ -2690,5 +2690,5 @@ try {
}
});
} catch (e) {
console.error("Error %s\nLocation: %o", e.stack, window.location)
console.error("Error %s\nLocation: %o", e.stack, window.location.href)
}