From 1faf1b645b25745ac887529605727850e0d86d84 Mon Sep 17 00:00:00 2001 From: Kirill Isakov Date: Sun, 24 Apr 2016 03:02:33 +0600 Subject: Set vim-hotkeys help panels to same height --- searx/static/plugins/js/vim_hotkeys.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'searx/static/plugins/js') diff --git a/searx/static/plugins/js/vim_hotkeys.js b/searx/static/plugins/js/vim_hotkeys.js index 3aadae288..fd47463ba 100644 --- a/searx/static/plugins/js/vim_hotkeys.js +++ b/searx/static/plugins/js/vim_hotkeys.js @@ -207,11 +207,11 @@ $(document).ready(function() { var first = i % 2 === 0; if (first) { - html += '
'; + html += '
'; } - html += '
'; + html += '
'; - html += '
'; + html += '
'; html += '
' + cat[0].cat + '
'; html += '
'; html += '
    '; -- cgit v1.2.3