Forgot to save
This commit is contained in:
parent
a0223a8db2
commit
2fdd9b6e91
@ -11298,7 +11298,6 @@
|
||||
file.style.maxWidth = style.maxWidth;
|
||||
file.loop = true;
|
||||
file.autoplay = Conf['Autoplay'];
|
||||
this.file.thumb = file;
|
||||
if (Conf['Image Hover']) {
|
||||
$.on(file, 'mouseover', ImageHover.mouseover);
|
||||
}
|
||||
|
||||
@ -11309,7 +11309,6 @@
|
||||
file.style.maxWidth = style.maxWidth;
|
||||
file.loop = true;
|
||||
file.autoplay = Conf['Autoplay'];
|
||||
this.file.thumb = file;
|
||||
if (Conf['Image Hover']) {
|
||||
$.on(file, 'mouseover', ImageHover.mouseover);
|
||||
}
|
||||
|
||||
@ -46,7 +46,6 @@ ImageLoader =
|
||||
file.style.maxWidth = style.maxWidth
|
||||
file.loop = true
|
||||
file.autoplay = Conf['Autoplay']
|
||||
@file.thumb = file
|
||||
|
||||
$.on file, 'mouseover', ImageHover.mouseover if Conf['Image Hover']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user