X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=d0907441c6ba4306dea96980c58f8cd936670a85;hb=ee609ab8829b90ad042d41734e0cb6aadffc5c91;hp=c88d58b3b9666f8acb728885e30f40eafb7b012b;hpb=175f20ac816c2654cb7d3f413368795f7b8afd69;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index c88d58b..d090744 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -426,7 +426,7 @@ mkws.makeTeam = function($, teamName) { that.registerTemplate = function(name, text) { if(mkws._old2new.hasOwnProperty(name)) { - that.warn("Warning: registerTemplate old widget name: " + name + " => " + mkws._old2new[name]); + that.warn("registerTemplate: old widget name: " + name + " => " + mkws._old2new[name]); name = mkws._old2new[name]; } m_templateText[name] = text; @@ -435,7 +435,7 @@ mkws.makeTeam = function($, teamName) { function loadTemplate(name, fallbackString) { if(mkws._old2new.hasOwnProperty(name)) { - that.warn("Warning loadTemplate: old widget name: " + name + " => " + mkws._old2new[name]); + that.warn("loadTemplate: old widget name: " + name + " => " + mkws._old2new[name]); name = mkws._old2new[name]; }