fokus Funktion nicht generieren ohne Inhalt
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 8 Jan 2014 12:39:16 +0000 (13:39 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 8 Jan 2014 12:39:16 +0000 (13:39 +0100)
templates/webpages/layout/javascript_setup.js

index 8a06042..7346ca3 100644 (file)
@@ -27,8 +27,8 @@ $(function() {
 [% END %]
 });
 
-function fokus() {
 [%- IF focus -%]
+function fokus() {
   $('[% focus %]').focus();
-[%- END -%]
 }
+[%- END -%]