more reliable JS + fixed broken second marks

This commit is contained in:
2016-04-06 00:23:43 +02:00
parent 09aa63e5a0
commit f3611453ad
16 changed files with 71 additions and 63 deletions
+2
View File
@@ -628,6 +628,8 @@
query = null;
}
// FIXME the XHR sometimes seemingly silently fails
xhr = new XMLHttpRequest(); // we dont support IE < 9
if (xhr) {