Trying with http2

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-09 14:01:40 +01:00
parent ee085bcf07
commit 913382c7f2
4 changed files with 9 additions and 2 deletions

View File

@@ -146,6 +146,7 @@ if(!Helper.mobilecheck()) {
window.onerror = function(e) {
if(e == "Script error.") return true;
Helper.logs.unshift({log: e.toString().replace(/(\r\n|\n|\r)/gm,""), date: new Date()});
Helper.logs.unshift({log: chan.toLowerCase(), date: new Date()});
$(".contact-form-content").remove();
$("#submit-contact-form").remove();
$(".contact-modal-header").text("An error occurred");