From: Laury GvR Date: Tue, 30 Dec 2014 14:51:57 +0000 (-0500) Subject: Undesirable test message boxes X-Git-Tag: V1.0.0~27 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=77eb6eef4b3bf2f14990b49f2001bef7ffdd8af6;p=WP-Themes%2FSierraSands.git Undesirable test message boxes --- 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 ){