Browse Source

commented out my js debug call

Garrick van Buren 12 năm trước cách đây
mục cha
commit
9995f5f342
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      assets/scripts/foreground.js

+ 1 - 1
assets/scripts/foreground.js

@@ -1,4 +1,4 @@
 jQuery(document).ready(function() {
   jQuery(document).foundation();
-  alert('ready for action');
+  //alert('ready for action');
 });