Exemple #1
0
 toggle: function(value) {
     if(value === true) {
         cssLoader.load("blue-buttons", "showBlueButtons");
     } else {
         cssLoader.unload("showBlueButtons");   
     }
 },
Exemple #2
0
 toggle: function(value) {
     if(value === true) {
         cssLoader.load("hide-group-chat", "groupChatRemoval");
     } else {
         cssLoader.unload("groupChatRemoval");   
     }
 },