Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-03-21 17:02:56 +0400
committerMohamed Ashraf <mohamed.ashraf.213@gmail.com>2013-03-21 17:02:56 +0400
commitc2004e35e3fb568c4741bb8413ebde071bb1b9fc (patch)
tree59ac512ac70f233ba495617fe2392a615941388f /js/indexes.js
parentb49494d7f7ddf37bc90a6cf449c061e4d29ea759 (diff)
Page no longer reloads on drop of index
Diffstat (limited to 'js/indexes.js')
-rw-r--r--js/indexes.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/indexes.js b/js/indexes.js
index d33046387e..916e32feed 100644
--- a/js/indexes.js
+++ b/js/indexes.js
@@ -161,7 +161,6 @@ AJAX.registerOnload('indexes.js', function() {
.prependTo('#page_content');
}
PMA_reloadNavigation();
- document.location.reload(true);
} else {
PMA_ajaxShowMessage(PMA_messages['strErrorProcessingRequest'] + " : " + data.error, false);
}