Last part of MKWS-413.
[mkws-moved-to-github.git] / src / mkws-widget.js
index 94cd6f6..566f604 100644 (file)
@@ -114,7 +114,7 @@ mkws.makeWidget = function($, team, type, node) {
         // them in in the subclass, as widget.autosearch is called in
         // the superclass, before the subclass fiddles with the
         // configuration.
         // them in in the subclass, as widget.autosearch is called in
         // the superclass, before the subclass fiddles with the
         // configuration.
-        that.team.newSearch(that, query, sortOrder, maxrecs, perpage, limit, targets, targetfilter);
+        that.team.newSearch(that, query);
       });
     }
   };
       });
     }
   };