Browse Source

terminated line 138 (detailedInfo) with ;

Thomas Thümmler 7 months ago
parent
commit
aac55e22b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -135,7 +135,7 @@
             function detailedInfo(message) {
                 var str = message;
                 var alert_string = str.replace(/<br?>/gi, "\n").replace(/<pre?>/gi, "").replace(/<\/pre?>/gi, "");
-                alert(alert_string)
+                alert(alert_string);
             }
         </script>