Fixed popstate on channelchange from remote

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-10 13:18:33 +01:00
parent 5b713d33aa
commit 8fffd16aa1
6 changed files with 21 additions and 8 deletions

View File

@@ -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){