From 311a6cf097a12db11f01c1bf36847e1c068a04ea Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 4 Jul 2014 14:29:04 +0200 Subject: [PATCH] Reload zones after visiting the userspage --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 016b325..5fe9e66 100644 --- a/index.php +++ b/index.php @@ -120,9 +120,7 @@ if (isset($templatelist)) {
@@ -162,6 +160,8 @@ $(document).ready(function () { $('#Users').hide(); $('#MasterZones').show(); $('#SlaveZones').show(); + $('#MasterZones').jtable('load'); + $('#SlaveZones').jtable('load'); }); $('#Users').jtable({ title: 'Users',