Add ChangeLog entry for #14045
Fix trailing whitespace in js/functions.js Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
636dd335c6
commit
9bbc4c3441
@ -5,6 +5,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #14314 Error when naming a database '0'
|
||||
- issue #14333 Fix NULL as default not shown
|
||||
- issue #14229 Fixes issue with recent table list
|
||||
- issue #14045 Fix slow performance on DB structure filtering
|
||||
|
||||
4.8.2 (2018-06-21)
|
||||
- issue #14370 WHERE 0 causes Fatal error
|
||||
|
||||
@ -4713,7 +4713,7 @@ $(document).on('keyup', '#filterText', function () {
|
||||
});
|
||||
setTimeout(function(){
|
||||
$(checkboxes_sel).trigger('change');
|
||||
}, 300);
|
||||
}, 300);
|
||||
$('#filter-rows-count').html(count);
|
||||
});
|
||||
AJAX.registerOnload('functions.js', function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user