X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.js;h=b6506c6bd0b8d447358bf8e7716ea381fa697f80;hb=a0688fd40f844b0b461d7d8e860d6d64182cc572;hp=796fd2c2504c9a21ab0b0c448805d6b5a1a82279;hpb=a4549c27facf4260bf93d71ef26d7a755063d13b;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 796fd2c..b6506c6 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -186,10 +186,9 @@ function widget($, team, type, node) { } else if (type === 'Stat') { promoteStat(); } else { - // Unsupported widget type: call an extension? + // ### Handle other types here } - // ### More to do here, surely: e.g. wiring into the team mkws.debug("made widget(team=" + team + ", type=" + type + ", node=" + node);