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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-09 08:13:46 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-09 08:13:46 +0300
commit7902535a125e0b25171664bb623729e5ad0ddcbd (patch)
tree1d9949edb019fe91c5b47f1b861a960b2cf31e7e /js/replication.js
parentccba5ac67e95fe731a969763c35c5c8e4efea0f4 (diff)
bug #4950 Issues in database selection for replication
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'js/replication.js')
-rw-r--r--js/replication.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/replication.js b/js/replication.js
index 888bd9ddf8..d9dbf15dcf 100644
--- a/js/replication.js
+++ b/js/replication.js
@@ -68,5 +68,6 @@ AJAX.registerOnload('replication.js', function () {
});
$('#db_reset_href').click(function () {
$('#db_select option:selected').prop('selected', false);
+ $('#db_select').trigger('change');
});
});