mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +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: {
|
||||
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue