From 77eb6eef4b3bf2f14990b49f2001bef7ffdd8af6 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 30 Dec 2014 09:51:57 -0500 Subject: [PATCH] Undesirable test message boxes --- js/custom/glm-responsive-tables.js | 1 - js/responsive-tables.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/custom/glm-responsive-tables.js b/js/custom/glm-responsive-tables.js index a371e01..768148e 100644 --- a/js/custom/glm-responsive-tables.js +++ b/js/custom/glm-responsive-tables.js @@ -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 diff --git a/js/responsive-tables.js b/js/responsive-tables.js index 8cae174..1a862f1 100644 --- a/js/responsive-tables.js +++ b/js/responsive-tables.js @@ -1,5 +1,4 @@ $(document).ready(function() { - alert("Hello 2"); var switched = false; var updateTables = function() { if (($(window).width() < 767) && !switched ){ -- 2.17.1