mirror of
https://github.com/friendica/friendica
synced 2025-04-26 08:30:10 +00:00
admin page selector for mobile theme
This commit is contained in:
parent
e802c81ec1
commit
3531704d08
8 changed files with 6 additions and 3 deletions
|
@ -275,6 +275,7 @@ $j(function(){
|
|||
autoDimensions: false,
|
||||
onStart: function(){
|
||||
var theme = $j("#id_theme :selected").val();
|
||||
var theme_mobile = $j("#id_theme_mobile :selected").val();
|
||||
$j("#cnftheme").attr('href', baseurl + "/admin/themes/"+theme);
|
||||
},
|
||||
onComplete: function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue