From d4caeb76fb2d44841622716e3ffba67699d9347f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 8 Dec 2010 00:42:33 +0100 Subject: [PATCH] browser: hack to set search form class in msie --- searchlocal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/searchlocal.js b/searchlocal.js index a14c8c0..eb4baf6 100644 --- a/searchlocal.js +++ b/searchlocal.js @@ -125,6 +125,7 @@ function prependsearch(target) { 'form', { id: 'search', 'class': 'aside', + 'className': 'aside', // msie onsubmit: "filtertable(this.q.value); this.q.value = ''; return false" }, [ -- 2.30.0