Browse Source

terminated line 138 (detailedInfo) with ;

Thomas Thümmler 8 tháng trước cách đây
mục cha
commit
aac55e22b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>