Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-06-09 07:16:57 +02:00
commit d5927a0ac1
2 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,7 @@ phpMyAdmin - ChangeLog
- bug #4937 Custom export with backquotes off is not working
- bug #4908 Reverse proxy: infinite internal redirect (added warning in doc)
- bug #4942 Export to gzip saves plain text under Chrome
- bug #4950 Issues in database selection for replication
4.4.8.0 (2015-05-28)
- bug Allow accessing visual query builder when pmadb is not configured

View File

@ -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');
});
});