From ad6ba9203ef553aac852b53f3dd2344f69021385 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Wed, 8 Feb 2017 18:05:23 +0100 Subject: [PATCH] fix typo --- view/theme/frio/js/theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 02bbd916d..0390cfab0 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -258,9 +258,9 @@ $(document).ready(function(){ // Set the padding for input elements with inline buttons // - // In Frio we use some input elemnts where the submit button is visually + // In Frio we use some input elements where the submit button is visually // inside the the input field (through css). We need to set a padding-right - // to the input field where the padding value would be at least the width + // to the input element where the padding value would be at least the width // of the button. Otherwise long user input would be invisible because it is // behind the button. $("body").on('click', '.form-group-search > input', function() {