From 5945e559dc24a430eb844d2633064e6c93a969bd Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 7 Jul 2012 07:11:38 +0200 Subject: [PATCH] Fixes comment --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 1b9fd3114e..5d55e8e9d5 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2272,7 +2272,7 @@ WCF.MultipleLanguageInput.prototype = { WCF.Dropdown.registerCallback($wrapper.wcfIdentify(), $.proxy(this._handleAction, this)); - // enable DOMNodeInserted event + // disable DOMNodeInserted event WCF.DOMNodeInsertedHandler.disable(); }, -- 2.20.1