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:
Maurício Meneghini Fauth 2018-07-03 21:18:39 -03:00
parent 636dd335c6
commit 9bbc4c3441
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 () {