Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarceloc committed Jun 10, 2022
1 parent 58abe2e commit 117ffd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script_prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ let twitchID;
var badges = []
var mods = []

/*function capitalizeFirstLetter(string) {
function capitalizeFirstLetter(string) {
return string.charAt(0).toUpperCase() + string.slice(1);
}

document.title = 'EZ Chat - '+ capitalizeFirstLetter(channel);
*/

async function getEmotes() {

// load font awesome
Expand Down

0 comments on commit 117ffd3

Please sign in to comment.