perl: hover experimental identifiers
[sheet.git] / searchlocal.js
index a14c8c07daa9eb95c1a1190abcc0b0c3d459700c..512f07b8482cf1bf293e16c09d385a6178fb014a 100644 (file)
@@ -69,6 +69,7 @@ function filtertable(query, action) {
                query = match[2];
        }
 
+if (document.querySelector !== undefined) {
        if (query == '' && action == 'add') {
                // restore all columns if explicitly adding all ("+")
                filtercols(table, function(){return true}, 'add');
@@ -82,6 +83,7 @@ function filtertable(query, action) {
                }
                return filtercols(table, match, action || 'toggle');
        }
+}
 
        if (/^[A-Z0-9 ]{2,}$/.test(query)) {
                // category title if all uppercase
@@ -125,6 +127,7 @@ function prependsearch(target) {
                'form', {
                        id: 'search',
                        'class': 'aside',
+                       'className': 'aside', // msie
                        onsubmit: "filtertable(this.q.value); this.q.value = ''; return false"
                },
                [