Преглед изворни кода

commented out my js debug call

Garrick van Buren пре 12 година
родитељ
комит
9995f5f342
1 измењених фајлова са 1 додато и 1 уклоњено
  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');
 });