From 0d1b0c26522ad42c4a0be87def5c2b2bd3812442 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Mon, 1 Sep 2014 12:49:14 +0200 Subject: [PATCH] Do not clear the cache. Reload the table should do the trick and this is much faster --- index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.php b/index.php index 0135e6d..f7b97cd 100644 --- a/index.php +++ b/index.php @@ -302,7 +302,6 @@ $(document).ready(function () { owner: { title: 'Owner', options: function(data) { - data.clearCache(); return 'users.php?action=listoptions'; }, defaultValue: 'admin' @@ -456,7 +455,6 @@ $(document).ready(function () { owner: { title: 'Owner', options: function(data) { - data.clearCache(); return 'users.php?action=listoptions'; }, defaultValue: 'admin'