| 1 |
// $Id: livesearch.js,v 1.16 2008/01/20 19:49:54 kourge Exp $ |
// $Id: livesearch.js,v 1.17 2008/07/13 17:50:48 kourge Exp $ |
| 2 |
if (Drupal.jsEnabled) { // global killswitch |
if (Drupal.jsEnabled) { // global killswitch |
| 3 |
(function($) { // Dollar namespace scoping |
(function($) { // Dollar namespace scoping |
| 4 |
Drupal.LiveSearch = { |
Drupal.LiveSearch = { |
| 88 |
if (searchBox.length == 0) { |
if (searchBox.length == 0) { |
| 89 |
return; |
return; |
| 90 |
} |
} |
| 91 |
searchBox = $(searchBox[0]); |
searchBox = $(searchBox.get(0)); |
| 92 |
searchForm = $(searchBox).parents('form'); |
searchForm = $(searchBox).parents('form'); |
| 93 |
} |
} |
| 94 |
var localizedTerm; |
var localizedTerm; |