mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
display settings: show theme screenshot on page load
This commit is contained in:
parent
7aa3b92f4c
commit
fdf50b8574
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
<script>$(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' onchange="previewTheme(this);" >
|
||||
|
|
Loading…
Reference in a new issue