1
0
Fork 0

Make the site admin theme setting link go to the currently selected theme

This commit is contained in:
Hypolite Petovan 2019-04-26 09:22:08 -04:00
commit d8125eb3db
3 changed files with 15 additions and 2 deletions

View file

@ -11,6 +11,11 @@
$(element).addClass('in');
window.scroll(0, $(element).offset().top - 120);
}
$("#cnftheme").click(function(){
document.location.assign("{{$baseurl}}/admin/themes/" + $("#id_theme :selected").val());
return false;
});
});
</script>
<link rel="stylesheet" href="view/theme/frio/css/mod_admin.css" type="text/css" media="screen"/>