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:
cc3b4f9
)
Fix rendering of team-name in widget-creation logging.
author
Mike Taylor
<mike@indexdata.com>
Wed, 19 Mar 2014 16:50:28 +0000
(16:50 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 19 Mar 2014 16:50:28 +0000
(16:50 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
64e7351
..
baf954f
100644
(file)
--- a/
tools/htdocs/mkws.js
+++ b/
tools/htdocs/mkws.js
@@
-172,7
+172,7
@@
function widget($, team, type, node) {
// ### Handle other types here
}
- mkws.debug("made widget(team=" + team + ", type=" + type + ", node=" + node);
+ mkws.debug("made widget(team=" + team.name() + ", type=" + type + ", node=" + node);
return that;