diff --git a/index.php b/index.php index d0649f3..ea7e841 100644 --- a/index.php +++ b/index.php @@ -1177,6 +1177,18 @@ $(document).ready(function () { entry: $('#searchlogs-entry').val() }); }); + + $('#AboutMe').hide(); + $('#aboutme').click(function () { + $('#MasterZones').hide(); + $('#SlaveZones').hide(); + $('#AboutMe').show(); + }); + $('#zoneadmin').click(function () { + $('#AboutMe').hide(); + $('#MasterZones').show(); + $('#SlaveZones').show(); + }); $('#MasterZones').jtable('load');