mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 05:21:01 +00:00
Fixed popstate on channelchange from remote
This commit is contained in:
@@ -168,6 +168,10 @@ var Helper = {
|
||||
return "#" + Helper.componentToHex(r) + Helper.componentToHex(g) + Helper.componentToHex(b);
|
||||
},
|
||||
|
||||
upperFirst: function(string){
|
||||
return string.substring(0,1).toUpperCase()+string.substring(1).toLowerCase();
|
||||
},
|
||||
|
||||
send_mail: function(from, message){
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user