Added a Math.random() parameter to negate caching issues with user's list
This commit is contained in:
@@ -303,7 +303,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
PMA_ajaxShowMessage();
|
PMA_ajaxShowMessage();
|
||||||
|
|
||||||
$.get($(this).attr('href'), {'ajax_request' : true}, function(data) {
|
$.get($(this).attr('href'), {'ajax_request' : true, 'random': Math.random()}, function(data) {
|
||||||
$("#usersForm")
|
$("#usersForm")
|
||||||
.hide("medium")
|
.hide("medium")
|
||||||
.siblings("#initials_table")
|
.siblings("#initials_table")
|
||||||
|
Reference in New Issue
Block a user