]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/field_themeselect.tpl
Merge pull request #4754 from annando/frio-accessibility
[friendica.git] / view / theme / frio / templates / field_themeselect.tpl
index 7ecdf57e6483a8c8bb65badfaeb281403ab6281e..3b2cb780c89193a0d21b9fdfaa63736d685f516b 100644 (file)
@@ -1,5 +1,5 @@
 
-{{if $field.5=="preview"}}<script>$(document).ready(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>{{/if}}
+{{if $field.5=="preview"}}<script type="text/javascript">$(document).ready(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script>{{/if}}
 <div class="form-group field select">
        <label for="id_{{$field.0}}">{{$field.1}}</label>
        <select class="form-control" name="{{$field.0}}" id="id_{{$field.0}}" {{if $field.5=="preview"}}onchange="previewTheme(this);"{{/if}} aria-describedby="{{$field.0}}_tip" >