mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Do not load the ImportZone form, that slows things down
This commit is contained in:
parent
a8110fd036
commit
ce0facf7d6
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue