From e2fd066766991d4021846e3e51756bac82a9264e Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 11 Aug 2013 09:51:27 +0000 Subject: [PATCH] fix #1807 (Find clear button needs tooltip) --- static/js/findElement.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/findElement.js b/static/js/findElement.js index 29a9a3f9..6a183ed2 100644 --- a/static/js/findElement.js +++ b/static/js/findElement.js @@ -74,6 +74,7 @@ pandora.ui.findElement = function() { autocompleteSelectMaxWidth: 256, autocompleteSelectSubmit: true, clear: true, + clearTooltip: Ox._('Click to clear or doubleclick to reset query'), id: 'input', placeholder: findKey == 'advanced' ? Ox._('Edit Query...') : '', value: findValue,