Fixed a silly mistake

This commit is contained in:
Esther
2020-06-22 17:57:35 +01:00
parent 9d83fa789b
commit c0c7b639ed
3 changed files with 1 additions and 9 deletions

View File

@@ -1,4 +0,0 @@
$(document).ready(function () {
var eCode = $("#error-code h2").text();
$(document).attr("title", "ESTR // " + eCode);
});