Browse Source

updated js

Casey DeLorme 10 năm trước cách đây
mục cha
commit
1c292aec6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/js/main.js

+ 1 - 1
public/js/main.js

@@ -1,7 +1,7 @@
 (function(w){
     // conditionally load hightlight.js /w sunburst css from cdn
     var codes = document.getElementsByTagName('code');
-    if codes.length > 0 {
+    if (codes.length > 0) {
         console.log("We have code!");
     }
 })(window);