Make links unaffected by chat filters

This commit is contained in:
calzoneman 2013-05-13 19:54:52 -04:00
parent 4fe8ab164d
commit d0b3f9014a
2 changed files with 12 additions and 6 deletions

View file

@ -379,7 +379,6 @@ Media.prototype.update = function(data) {
this.getTime(function(seconds) {
var time = data.currentTime;
var diff = time - seconds || time;
console.log(this);
if(diff > USEROPTS.sync_accuracy) {
this.seek(time);