From a69e45f03359ae0d94697d5cc48c4c29cd213cd8 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 23 Aug 2009 21:38:56 +0000 Subject: hacked the quicksearch javascript to remove the label - could have made the class of that div be 0 size or hidden --- vendors/jquery.quicksearch.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vendors') diff --git a/vendors/jquery.quicksearch.js b/vendors/jquery.quicksearch.js index d572514e7..700872bce 100644 --- a/vendors/jquery.quicksearch.js +++ b/vendors/jquery.quicksearch.js @@ -135,12 +135,14 @@ jQuery(function ($) { function make_form_label() { +/* if (!is_empty(options.labelText)) { return ' '; + + ' '; } +*/ return ''; } -- cgit v1.2.3