projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f051e2
)
Warn, don't fail, on missing template
author
Jason Skomorowski
<jason@indexdata.com>
Mon, 4 Aug 2014 14:35:36 +0000
(10:35 -0400)
committer
Jason Skomorowski
<jason@indexdata.com>
Mon, 4 Aug 2014 14:35:36 +0000
(10:35 -0400)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
52f2ee5
..
3f610cf
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-413,7
+413,8
@@
function team($, teamName) {
return template;
}
else {
- alert("Missing MKWS template for " + name);
+ mkws.log("No MKWS template for " + name);
+ return null;
}
}
that.loadTemplate = loadTemplate;