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:
authorWilliam Desportes <williamdes@wdes.fr>2019-08-23 13:24:51 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-08-23 13:25:02 +0300
commit8590357612116753514f01c4b1c49b3bcd335ef8 (patch)
treed62f3a7ac607ddac0ccef8860a90a7c8ea63ebd5 /js
parent6d0f3083ca7f9d993c98a538e8b79b7a32462428 (diff)
Fix a bug introduced by a23f2ba51a93af0c5
[ci skip] Signed-off-by: William Desportes <williamdes@wdes.fr>
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 d6b5bbbafc..b6c8dbcaea 100644
--- a/js/designer/move.js
+++ b/js/designer/move.js
@@ -1992,7 +1992,7 @@ function enableTableEvents(index, element) {
Small_tab($(this).attr('table_name'), 1);
});
$(element).on('click', '.small_tab_pref_1', function () {
- Start_tab_upd($(this).attr('db'), $(this).attr('table_name_small'));
+ Start_tab_upd($(this).attr('db_url'), $(this).attr('table_name_url'));
});
$(element).on('click', '.select_all_store_col', function () {
var params = ($(this).attr('store_column_param')).split(',');