mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed where the playeroverlay doesn't show on channels without songs
This commit is contained in:
@@ -172,6 +172,12 @@ var Helper = {
|
||||
return string.substring(0,1).toUpperCase()+string.substring(1).toLowerCase();
|
||||
},
|
||||
|
||||
addClass: function(object, toAdd){
|
||||
if(!Helper.contains($(object).attr("class").split(" "), toAdd)){
|
||||
$(object).addClass(toAdd);
|
||||
}
|
||||
},
|
||||
|
||||
send_mail: function(from, message){
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user