From 9bbc4c3441ec0d5282dd2fc83163a8e60627089f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 3 Jul 2018 21:18:39 -0300 Subject: [PATCH] Add ChangeLog entry for #14045 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix trailing whitespace in js/functions.js Signed-off-by: MaurĂ­cio Meneghini Fauth --- ChangeLog | 1 + js/functions.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 96a2994d08..dbb93411d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/js/functions.js b/js/functions.js index 7d331517f5..968314684d 100644 --- a/js/functions.js +++ b/js/functions.js @@ -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 () {