Slight amendment, load the URL of the custom css in the channel options

This commit is contained in:
calzoneman 2013-03-23 17:21:54 -05:00
parent 98b3587341
commit 3b335fb381
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ function initCallbacks() {
$('#opt_qopen_allow_playnext').prop('checked', opts.qopen_allow_playnext);
$('#opt_pagetitle').attr('placeholder', opts.pagetitle);
document.title = opts.pagetitle;
$('opt_customcss').val(opts.customcss);
$('#customCss').remove();
if(opts.customcss != "") {
$('<link/>').attr("rel", "stylesheet")