From 5f8c5cc3d901bc9fe35bb446598d9fedbdd79ea7 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 23 May 2014 13:45:40 +0200 Subject: [PATCH] Fix theme --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 4211f78..f8bd216 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ if (!is_logged_in() and isset($_POST['formname']) && $_POST['formname'] == "logi - + @@ -221,7 +221,7 @@ $(document).ready(function () { edit: false, create: false, display: function (zone) { - var $img = $(''); + var $img = $(''); $img.click(function () { $('#MasterZones').jtable('openChildTable', $img.closest('tr'), { @@ -328,7 +328,7 @@ $(document).ready(function () { edit: false, create: false, display: function (zone) { - var $img = $(''); + var $img = $(''); $img.click(function () { $('#MasterZones').jtable('openChildTable', $img.closest('tr'), {