X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2Fmkws-widget.js;h=566f60404c5a44ecf2781c8cb5397b98a944f565;hp=94cd6f6ce266939b7abe7898ed81dae0bbef4f7a;hb=12099f341d4d836116b636796a8e4af3306d3828;hpb=8d9192bba868d15a786b4488c79b50397c564d2e diff --git a/src/mkws-widget.js b/src/mkws-widget.js index 94cd6f6..566f604 100644 --- a/src/mkws-widget.js +++ b/src/mkws-widget.js @@ -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. - that.team.newSearch(that, query, sortOrder, maxrecs, perpage, limit, targets, targetfilter); + that.team.newSearch(that, query); }); } };