From ddd4204478a4ae7399dbc259238d49938dc78d95 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Wed, 25 Feb 2015 15:21:07 +0100 Subject: Don't show the toggle button on XS devices --- public/js/quoting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/quoting.js b/public/js/quoting.js index edf8ec0..84be70f 100644 --- a/public/js/quoting.js +++ b/public/js/quoting.js @@ -9,7 +9,7 @@ $(function() { return; } - var btn = $(""); + var btn = $(""); btn.insertAfter(table); btn.click(function() { $('.ag-quote').each(function(index) { -- cgit v1.2.3-65-gdbad