Browse Source

commented out my js debug call

Garrick van Buren 12 years ago
parent
commit
9995f5f342
1 changed files with 1 additions and 1 deletions
  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');
 });