This commit is contained in:
parent
16796c942d
commit
8de747f3ce
|
@ -217,7 +217,7 @@ EmoteModule.prototype.injectEmote = function(node) {
|
|||
parent.innerHTML = parentInnerHTML;
|
||||
var newHeight = parent.parentElement.offsetHeight;
|
||||
|
||||
console.log("heightdiff: " + newHeight - oldHeight);
|
||||
console.log("heightdiff: " + (newHeight - oldHeight));
|
||||
}
|
||||
|
||||
EmoteModule.prototype.autoCapitalize = function() {
|
||||
|
|
Loading…
Reference in New Issue