From 7ea11b16d4a8b48729f62f787d1cd60b5a8894a4 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Wed, 1 Oct 2014 09:51:19 +0200 Subject: [PATCH] Hide the 'import zone' button --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 72f3f4d..ea2f477 100644 --- a/index.php +++ b/index.php @@ -246,11 +246,13 @@ $(document).ready(function () { hoverAnimationDuration: 60, hoverAnimationEasing: undefined, items: [{ + icon: 'jtable/lib/themes/metro/add.png', text: 'Import a new zone', click: function() { $('#ImportZone').jtable('showCreateForm'); } + }], }, sorting: false,