Pārlūkot izejas kodu

commented out my js debug call

Garrick van Buren 12 gadi atpakaļ
vecāks
revīzija
9995f5f342
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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');
 });