Added a Math.random() parameter to negate caching issues with user's list

This commit is contained in:
ninadsp
2010-07-13 03:28:23 +05:30
parent fcae63bbd7
commit 7dd8745778

View File

@@ -303,7 +303,7 @@ $(document).ready(function() {
PMA_ajaxShowMessage();
$.get($(this).attr('href'), {'ajax_request' : true}, function(data) {
$.get($(this).attr('href'), {'ajax_request' : true, 'random': Math.random()}, function(data) {
$("#usersForm")
.hide("medium")
.siblings("#initials_table")