Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-07-04 03:18:39 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-07-04 03:18:39 +0300
commit9bbc4c3441ec0d5282dd2fc83163a8e60627089f (patch)
tree0a85ace1d3e8af344d722afdf8a8cf8bb15e2675 /js
parent636dd335c6f8dfe48884b13f4546ccaa701313da (diff)
Add ChangeLog entry for #14045
Fix trailing whitespace in js/functions.js Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
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 () {