From: Cash Costello Date: Sun, 23 Aug 2009 21:38:56 +0000 (+0000) Subject: hacked the quicksearch javascript to remove the label - could have made the class... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a69e45f03359ae0d94697d5cc48c4c29cd213cd8;p=lorea%2Felgg.git hacked the quicksearch javascript to remove the label - could have made the class of that div be 0 size or hidden --- 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 ''; }