diff options
author | friendica <info@friendica.com> | 2014-05-25 18:24:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-25 18:24:27 -0700 |
commit | f7d99ed7ffb7ade16162b69d1b05b5a6133a8a8d (patch) | |
tree | 78236e0000dbabfcc05f9b91f363c51cb385b551 /view/tpl | |
parent | e6015e71697bb700aab5e5165f9d66a8cbfcab7a (diff) | |
download | volse-hubzilla-f7d99ed7ffb7ade16162b69d1b05b5a6133a8a8d.tar.gz volse-hubzilla-f7d99ed7ffb7ade16162b69d1b05b5a6133a8a8d.tar.bz2 volse-hubzilla-f7d99ed7ffb7ade16162b69d1b05b5a6133a8a8d.zip |
fix the intermittent theme preview
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/field_themeselect.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/field_themeselect.tpl b/view/tpl/field_themeselect.tpl index c02eee328..a0e454bf5 100755 --- a/view/tpl/field_themeselect.tpl +++ b/view/tpl/field_themeselect.tpl @@ -1,4 +1,4 @@ - <script>$(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script> + <script>$(document).ready(function(){ previewTheme($("#id_{{$field.0}}")[0]); });</script> <div class='field select'> <label for='id_{{$field.0}}'>{{$field.1}}</label> <select name='{{$field.0}}' id='id_{{$field.0}}' {{if $field.5=='preview'}}onchange="previewTheme(this);"{{/if}} > |