Explorar o código

terminated line 138 (detailedInfo) with ;

Thomas Thümmler hai 8 meses
pai
achega
aac55e22b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>