Added Option.Handler to settings template
authorChristopher Walz <chris@cwalz.de>
Fri, 6 Feb 2015 10:40:33 +0000 (11:40 +0100)
committerChristopher Walz <chris@cwalz.de>
Fri, 6 Feb 2015 10:40:33 +0000 (11:40 +0100)
com.woltlab.wcf/templates/settings.tpl

index cf30d23fd9ea226f119c151957e4b733847bf2f1..784bcb7b2d4eef27c42a67943314b90b45e4f801 100644 (file)
@@ -3,6 +3,14 @@
 <head>
        <title>{lang}wcf.user.option.category.settings.{$category}{/lang} - {lang}wcf.user.menu.settings{/lang} - {PAGE_TITLE|language}</title>
        {include file='headInclude'}
+
+       <script data-relocate="true">
+               //<![CDATA[
+               $(function() {
+                       new WCF.Option.Handler();
+               });
+               //]]>
+       </script>
 </head>
 
 <body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">