Remove vacuous call of that.autosearch() from the "details" widget.
[mkws-moved-to-github.git] / src / mkws-widget-main.js
index 0fe9d90..c161686 100644 (file)
@@ -106,7 +106,6 @@ mkws.registerWidgetType('details', function() {
       that.node.html(template(data));
     }
   });
-  that.autosearch();
 });
 
 mkws.registerWidgetType('records', function() {