Rename 'button' to 'mkwsButton'
[mkws-moved-to-github.git] / experiments / spclient / mkws.js
index 8fa3b76..a6dbbdd 100644 (file)
@@ -535,9 +535,9 @@ function mkws_html_all(config) {
     // document.search.query being undefined, hence the raw HTML.
     debug("HTML search form");
     $("#mkwsSearch").html('\
-    <form id="searchForm" name="search" action="" >\
+    <form name="search" action="" >\
       <input id="query" type="text" size="' + mkws_config.query_width + '" />\
-      <input id="button" type="submit" value="' + M('Search') + '" />\
+      <input id="mkwsButton" type="submit" value="' + M('Search') + '" />\
     </form>');
 
     debug("HTML records");