Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d5927a0ac1
@ -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
|
||||
|
||||
@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user