Merge branch 'develop' of github.com:jgen/shimmie2 into linting

Manually resolved conflicts:
	ext/chatbox/js/yshout.js
This commit is contained in:
jgen
2014-04-23 22:42:30 -04:00
21 changed files with 198 additions and 235 deletions

View File

@ -376,12 +376,13 @@ YShout.prototype = {
if (!$.browser.safari) {return;}
var same = [];
for (var i = 0; i < this.p.length; i++) {
if (this.p[i].adminInfo.ip === ip) {
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);
}