Fix CSS for targets area.
[mkws-moved-to-github.git] / tools / htdocs / mkws.js
index a2f1ef9..f320111 100644 (file)
@@ -212,7 +212,8 @@ function widget($, team, type, node) {
            }
            
            table += '</tbody></table>';
-           $(node).html(table);
+           var subnode = $(node).children('.mkwsBytarget');
+           subnode.html(table);
        });
     }