Always load the master and slave zones

This commit is contained in:
Mark Schouten 2014-09-26 13:13:18 +02:00
parent ee0729e6c0
commit f047f60712
2 changed files with 3 additions and 3 deletions

View file

@ -559,10 +559,10 @@ $(document).ready(function () {
$("#SlaveZones").jtable('reload');
}
});
$('#MasterZones').jtable('load');
$('#SlaveZones').jtable('load');
$('#Users').jtable('load');
<? } ?>
$('#MasterZones').jtable('load');
$('#SlaveZones').jtable('load');
});
</script>
</body>