Do not load the ImportZone form, that slows things down

This commit is contained in:
Mark Schouten 2014-07-23 14:52:25 +02:00
parent a8110fd036
commit ce0facf7d6

View file

@ -564,7 +564,6 @@ $(document).ready(function () {
$('#MasterZones').jtable('load'); $('#MasterZones').jtable('load');
$('#SlaveZones').jtable('load'); $('#SlaveZones').jtable('load');
$('#Users').jtable('load'); $('#Users').jtable('load');
$('#ImportZone').jtable('load');
<? } ?> <? } ?>
}); });
</script> </script>