fix: # bug
parent
f4d7c354ea
commit
86a083e196
|
@ -649,13 +649,13 @@
|
||||||
strarry=str.split('.');
|
strarry=str.split('.');
|
||||||
ext=strarry[strarry.length-1].toLowerCase();
|
ext=strarry[strarry.length-1].toLowerCase();
|
||||||
if (images.indexOf(ext)>-1) {
|
if (images.indexOf(ext)>-1) {
|
||||||
|
var url=files[$i].href;
|
||||||
|
url=url.substr(0,url.length-8);
|
||||||
if (document.getElementById('originalpic').checked==true) {
|
if (document.getElementById('originalpic').checked==true) {
|
||||||
var url=files[$i].href;
|
|
||||||
url=url.substr(0,url.length-8);
|
|
||||||
files[$i].parentNode.parentNode.innerHTML='<td colspan="3"><img src="'+url+'" alt="'+str+'" onload="if (this.offsetWidth>document.getElementById(\'list-div\').offsetWidth) this.style.width=\'100%\';"></td>';
|
files[$i].parentNode.parentNode.innerHTML='<td colspan="3"><img src="'+url+'" alt="'+str+'" onload="if (this.offsetWidth>document.getElementById(\'list-div\').offsetWidth) this.style.width=\'100%\';"></td>';
|
||||||
$i--;
|
$i--;
|
||||||
} else {
|
} else {
|
||||||
var url=files[$i].href.replace(/preview/, 'thumbnails');
|
url+='?thumbnails';
|
||||||
get_thumbnails_url(url, str, files[$i]);
|
get_thumbnails_url(url, str, files[$i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue