Closed (fixed)
Project:
Safari Search
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2007 at 23:40 UTC
Updated:
31 Mar 2008 at 16:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
dvessel commentedIt's because the selector is using the wrong id. should be:
$('#edit-search-theme-form-keys, #edit-search-block-form-keys')not:
$('#edit-search_theme_form_keys, #edit-search_block_form_keys')Here's a patch.
Comment #2
kkaefer commentedFixed.
Comment #3
mrtoner commentedConfirmed.