Replace WCF.ACP.Options with WCF.Option.Handler
authorMatthias Schmidt <gravatronics@live.com>
Sun, 15 Jun 2014 08:16:29 +0000 (10:16 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 15 Jun 2014 08:16:29 +0000 (10:16 +0200)
wcfsetup/install/files/acp/templates/userEmailAddressExport.tpl
wcfsetup/install/files/acp/templates/userGroupAdd.tpl

index 89dc72ee21a458f84752cea9d896f980709f0790..bee6eb312a7ec42419ce0ee8e2bb2e6f05e3360e 100644 (file)
@@ -3,7 +3,7 @@
 <script data-relocate="true">
        //<![CDATA[
        $(function() {
-               new WCF.ACP.Options();
+               new WCF.Option.Handler();
        });
        //]]>
 </script>
index 7b1d8bcfad243662e39653123c119ff583aebcc5..7ec89d36541f335be6eb10b8bda26c4ba7ade448 100644 (file)
@@ -4,7 +4,7 @@
        //<![CDATA[
        $(function() {
                WCF.TabMenu.init();
-               new WCF.ACP.Options();
+               new WCF.Option.Handler();
        });
        //]]>
 </script>