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:
ecd223d
)
Fix code that skips filling in onTarget area.
author
Mike Taylor
<mike@indexdata.com>
Tue, 4 Mar 2014 12:32:36 +0000
(12:32 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 4 Mar 2014 12:32:36 +0000
(12:32 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
a15bfcd
..
d53e2b3
100644
(file)
--- a/
tools/htdocs/mkws.js
+++ b/
tools/htdocs/mkws.js
@@
-259,7
+259,7
@@
function team($, teamName) {
function onBytarget(data, teamName) {
debug("target");
var targetDiv = findnode('.mkwsBytarget');
- if (!targetDiv) {
+ if (targetDiv.length === 0) {
return;
}