I've not found that this module changes the input type for any 5.1 core theme. Using Safari 2.0.4 (419.3).

CommentFileSizeAuthor
#1 id_fix.patch740 bytesdvessel

Comments

dvessel’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new740 bytes

It'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.

kkaefer’s picture

Status: Reviewed & tested by the community » Fixed

Fixed.

mrtoner’s picture

Status: Fixed » Closed (fixed)

Confirmed.