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:
88e67f0
)
findnode() takes optional second argument teamName
author
Mike Taylor
<mike@indexdata.com>
Fri, 28 Feb 2014 15:42:49 +0000
(15:42 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 28 Feb 2014 15:42:49 +0000
(15:42 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
d7d7951
..
aeb0d12
100644
(file)
--- a/
tools/htdocs/mkws.js
+++ b/
tools/htdocs/mkws.js
@@
-275,7
+275,8
@@
function team($, teamName) {
// Finds the node of the specified class within the current team
- function findnode(selector) {
+ function findnode(selector, teamName) {
+ teamName ||= m_teamName;
return $(selector + '.mkwsTeam_' + m_teamName);
}