ソースを参照

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');
 });