parenthesis bug fixed
This commit is contained in:
parent
327ac869ce
commit
e54364a45c
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ $(function(){
|
||||||
return !i.attr('xlink:href').startsWith('data:');
|
return !i.attr('xlink:href').startsWith('data:');
|
||||||
} else if(i.attr('href') != null) {
|
} else if(i.attr('href') != null) {
|
||||||
return !i.attr('href').startsWith('data:');
|
return !i.attr('href').startsWith('data:');
|
||||||
}
|
}});
|
||||||
if(linkedImages.length > 0){
|
if(linkedImages.length > 0){
|
||||||
var callbackCounter = linkedImages.length;
|
var callbackCounter = linkedImages.length;
|
||||||
for (var i = 0; i < linkedImages.length; i++) {
|
for (var i = 0; i < linkedImages.length; i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue