From: Alexander Ebert Date: Tue, 6 Jan 2015 10:37:49 +0000 (+0100) Subject: Fixed image being incorrectly marked as active on init X-Git-Tag: 2.1.0_Beta_3~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=98df8a6198a53d806df9079fe1fed90ce7926311;p=GitHub%2FWoltLab%2FWCF.git Fixed image being incorrectly marked as active on init --- diff --git a/wcfsetup/install/files/js/WCF.ImageViewer.js b/wcfsetup/install/files/js/WCF.ImageViewer.js index f00471eb1a..d7fef73c7e 100644 --- a/wcfsetup/install/files/js/WCF.ImageViewer.js +++ b/wcfsetup/install/files/js/WCF.ImageViewer.js @@ -776,7 +776,7 @@ $.widget('ui.wcfImageViewer', { this._didInit = true; this._container = $('
').appendTo(document.body); - var $imageContainer = $('
').appendTo(this._container); + var $imageContainer = $('
').appendTo(this._container); var $imageList = $('
    ').appendTo(this._container); var $slideshowContainer = $('