monster commit to change names of MKWS classes to be case-insensitive, MKWS-294
[mkws-moved-to-github.git] / src / mkws-widget.js
index 3712764..4e428b1 100644 (file)
@@ -57,7 +57,7 @@ mkws.makeWidget = function($, team, type, node) {
     }
 
     var s = [];
-    s.push('<div class="mkws', type, ' mkwsTeam_', attrs._team, '"');
+    s.push('<div class="mkws', type, ' mkws-team-', attrs._team, '"');
     for (var name in attrs) {    
       if (name !== '_team')
         s.push(' ', name, '="', attrs[name], '"');