Undesirable test message boxes
authorLaury GvR <laury@gaslightmedia.com>
Tue, 30 Dec 2014 14:51:57 +0000 (09:51 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 30 Dec 2014 14:51:57 +0000 (09:51 -0500)
js/custom/glm-responsive-tables.js
js/responsive-tables.js

index a371e01..768148e 100644 (file)
@@ -4,6 +4,5 @@
  * and open the template in the editor.
  */
 $(document).ready(function () {
-    alert("Hello 1");
     $("table").addClass("responsive");
 });
\ No newline at end of file
index 8cae174..1a862f1 100644 (file)
@@ -1,5 +1,4 @@
 $(document).ready(function() {
-        alert("Hello 2");
   var switched = false;
   var updateTables = function() {
     if (($(window).width() < 767) && !switched ){