Gallery.thumbs > Gallery.nodes.thumbs
This commit is contained in:
parent
50416a0aab
commit
f07a0a1694
@ -6617,7 +6617,7 @@
|
||||
$.add(d.body, dialog);
|
||||
nodes.thumbs.scrollTop = 0;
|
||||
nodes.current.parentElement.scrollTop = 0;
|
||||
Gallery.cb.open.call(image ? $("[href='" + (image.href.replace(/https?:/, '')) + "']", Gallery.thumbs) : Gallery.images[0]);
|
||||
Gallery.cb.open.call(image ? $("[href='" + (image.href.replace(/https?:/, '')) + "']", nodes.thumbs) : Gallery.images[0]);
|
||||
d.body.style.overflow = 'hidden';
|
||||
return nodes.total.textContent = --i;
|
||||
},
|
||||
|
||||
@ -6602,7 +6602,7 @@
|
||||
$.add(d.body, dialog);
|
||||
nodes.thumbs.scrollTop = 0;
|
||||
nodes.current.parentElement.scrollTop = 0;
|
||||
Gallery.cb.open.call(image ? $("[href='" + (image.href.replace(/https?:/, '')) + "']", Gallery.thumbs) : Gallery.images[0]);
|
||||
Gallery.cb.open.call(image ? $("[href='" + (image.href.replace(/https?:/, '')) + "']", nodes.thumbs) : Gallery.images[0]);
|
||||
d.body.style.overflow = 'hidden';
|
||||
return nodes.total.textContent = --i;
|
||||
},
|
||||
|
||||
@ -96,7 +96,7 @@ Gallery =
|
||||
nodes.current.parentElement.scrollTop = 0
|
||||
|
||||
Gallery.cb.open.call if image
|
||||
$ "[href='#{image.href.replace /https?:/, ''}']", Gallery.thumbs
|
||||
$ "[href='#{image.href.replace /https?:/, ''}']", nodes.thumbs
|
||||
else
|
||||
Gallery.images[0]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user