Forgot to save

This commit is contained in:
Zixaphir 2014-07-17 13:38:23 -07:00
parent a0223a8db2
commit 2fdd9b6e91
3 changed files with 0 additions and 3 deletions

View File

@ -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);
}

View File

@ -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);
}

View File

@ -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']