Do not clear the cache. Reload the table should do the trick and this is much faster

This commit is contained in:
Mark Schouten 2014-09-01 12:49:14 +02:00
parent ce0facf7d6
commit 0d1b0c2652

View file

@ -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'