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:
2e5983d
)
widgetNode uses w.jqnode rather than $(w.node)
author
Mike Taylor
<mike@indexdata.com>
Thu, 15 May 2014 10:10:28 +0000
(11:10 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 15 May 2014 10:10:28 +0000
(11:10 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
9a012d3
..
8b99685
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-360,7
+360,7
@@
function team($, teamName) {
function widgetNode(type) {
var w = that.widget(type);
- return w ? $(w.node) : undefined;
+ return w ? w.jqnode : undefined;
}
function renderDetails(data, marker) {