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:
a189fac
)
Tighten up.
author
Mike Taylor
<mike@indexdata.com>
Tue, 4 Mar 2014 14:49:07 +0000
(14:49 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 4 Mar 2014 14:49:07 +0000
(14:49 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
f320111
..
43fc455
100644
(file)
--- a/
tools/htdocs/mkws.js
+++ b/
tools/htdocs/mkws.js
@@
-189,10
+189,7
@@
function widget($, team, type, node) {
mkws.debug("made widget(team=" + team + ", type=" + type + ", node=" + node);
function promoteTargets() {
- mkws.debug("promoting widget to type Targets");
mkws.queue("targets").subscribe(function(data) {
- mkws.debug("notified that there are targets");
-
if (node.length === 0) alert("huh?!");
var table ='<table><thead><tr>' +