admin page selector for mobile theme

This commit is contained in:
Zach Prezkuta 2012-08-15 08:54:30 -06:00
parent e802c81ec1
commit 3531704d08
8 changed files with 6 additions and 3 deletions

View file

@ -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(){