From: Mischa POSLAWSKY Date: Tue, 7 Dec 2010 23:42:33 +0000 (+0100) Subject: browser: hack to set search form class in msie X-Git-Tag: v1.4~35 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/d4caeb76fb2d44841622716e3ffba67699d9347f browser: hack to set search form class in msie --- 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" }, [