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:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-07-09 10:51:36 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-07-09 10:51:36 +0300
commit563b3b709d75f5d5b034d644fcec512a562c7f1f (patch)
tree5b550603f2b997b1ed6fa2451145a9d9d40baad7 /js/microhistory.js
parent9b101e2ab726b656337d3349af392b4c5c1bdc10 (diff)
Move to HTML5 API for maintaining AJAX history
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
Diffstat (limited to 'js/microhistory.js')
-rw-r--r--js/microhistory.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/microhistory.js b/js/microhistory.js
index 1a7bb4851d..60bb207147 100644
--- a/js/microhistory.js
+++ b/js/microhistory.js
@@ -311,7 +311,7 @@ PMA_SetUrlHash = (function (jQuery, window) {
* Register an event handler for when the url hash changes
*/
jQuery(function () {
- jQuery(window).hashchange(function () { return;
+ jQuery(window).hashchange(function () {
if (userChange === false) {
// Ignore internally triggered hash changes
userChange = true;