Push the headers for the chatbox even further down to make sure that jQuery is already loaded.
This commit is contained in:
@ -382,7 +382,7 @@ YShout.prototype = {
|
||||
same.push(this.p[i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
for (var j = 0; j < same.length; j++) {
|
||||
$('#' + same[j].id).fadeTo(this.animSpeed, 0.8).fadeTo(this.animSpeed, 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user