mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Reload zones after visiting the userspage
This commit is contained in:
parent
c8cc85ef62
commit
311a6cf097
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,7 @@ if (isset($templatelist)) {
|
|||
<div id="zones">
|
||||
<div class="tables" id="MasterZones">
|
||||
<div class="searchbar" id="searchbar">
|
||||
<form>
|
||||
<input type="text" id="domsearch" name="domsearch" placeholder="Search...."/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tables" id="SlaveZones"></div>
|
||||
|
@ -162,6 +160,8 @@ $(document).ready(function () {
|
|||
$('#Users').hide();
|
||||
$('#MasterZones').show();
|
||||
$('#SlaveZones').show();
|
||||
$('#MasterZones').jtable('load');
|
||||
$('#SlaveZones').jtable('load');
|
||||
});
|
||||
$('#Users').jtable({
|
||||
title: 'Users',
|
||||
|
|
Loading…
Add table
Reference in a new issue