Fix the `WCF.Label.ACPList` namespace
authorAlexander Ebert <ebert@woltlab.com>
Wed, 13 Sep 2023 11:34:00 +0000 (13:34 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 13 Sep 2023 11:34:00 +0000 (13:34 +0200)
wcfsetup/install/files/js/WCF.Label.js

index b34da6e78d0c72eb74f4f866b582012e0ac483c2..15a9598c2ec5a659724faf0d0c3e019eb41a68e0 100644 (file)
@@ -6,6 +6,8 @@
 WCF.Label = {};
 
 if (COMPILER_TARGET_DEFAULT) {
+       WCF.Label.ACPList = {};
+       
        /**
         * Provides simple logic to inherit associations within structured lists.
         */
@@ -52,6 +54,7 @@ if (COMPILER_TARGET_DEFAULT) {
        });
 }
 else {
+       WCF.Label.ACPList = {};
        WCF.Label.ACPList.Connect = Class.extend({
                init: function() {},
                _click: function() {}