mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Do not clear the cache. Reload the table should do the trick and this is much faster
This commit is contained in:
parent
ce0facf7d6
commit
0d1b0c2652
1 changed files with 0 additions and 2 deletions
|
@ -302,7 +302,6 @@ $(document).ready(function () {
|
||||||
owner: {
|
owner: {
|
||||||
title: 'Owner',
|
title: 'Owner',
|
||||||
options: function(data) {
|
options: function(data) {
|
||||||
data.clearCache();
|
|
||||||
return 'users.php?action=listoptions';
|
return 'users.php?action=listoptions';
|
||||||
},
|
},
|
||||||
defaultValue: 'admin'
|
defaultValue: 'admin'
|
||||||
|
@ -456,7 +455,6 @@ $(document).ready(function () {
|
||||||
owner: {
|
owner: {
|
||||||
title: 'Owner',
|
title: 'Owner',
|
||||||
options: function(data) {
|
options: function(data) {
|
||||||
data.clearCache();
|
|
||||||
return 'users.php?action=listoptions';
|
return 'users.php?action=listoptions';
|
||||||
},
|
},
|
||||||
defaultValue: 'admin'
|
defaultValue: 'admin'
|
||||||
|
|
Loading…
Add table
Reference in a new issue