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
path: root/js
diff options
context:
space:
mode:
authorAnkush Patil <aspraz2658@gmail.com>2019-09-08 08:20:35 +0300
committerAnkush Patil <aspraz2658@gmail.com>2019-09-08 08:20:35 +0300
commit3b9eb2b1f1ba138e50bf03074928459048a28efa (patch)
tree08db801430c85d1cf898b47f52813ba2c256ce10 /js
parent854dec75624c76230befaba7adb69f834569f216 (diff)
Fixed #15440 page number not showing in url bug
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
Diffstat (limited to 'js')
-rw-r--r--js/designer/move.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/designer/move.js b/js/designer/move.js
index b6c8dbcaea..fa4eb21862 100644
--- a/js/designer/move.js
+++ b/js/designer/move.js
@@ -1023,7 +1023,7 @@ function Save_as () {
if (data.id) {
selected_page = data.id;
}
- $('#page_name').text(name);
+ Load_page(selected_page);
}
}); // end $.post()
} else {