parenthesis bug fixed

This commit is contained in:
make-ing 2016-02-22 10:54:29 +01:00
parent 327ac869ce
commit e54364a45c

View file

@ -763,7 +763,7 @@ $(function(){
return !i.attr('xlink:href').startsWith('data:');
} else if(i.attr('href') != null) {
return !i.attr('href').startsWith('data:');
}
}});
if(linkedImages.length > 0){
var callbackCounter = linkedImages.length;
for (var i = 0; i < linkedImages.length; i++) {