Slight amendment, load the URL of the custom css in the channel options
This commit is contained in:
parent
98b3587341
commit
3b335fb381
|
|
@ -85,6 +85,7 @@ function initCallbacks() {
|
||||||
$('#opt_qopen_allow_playnext').prop('checked', opts.qopen_allow_playnext);
|
$('#opt_qopen_allow_playnext').prop('checked', opts.qopen_allow_playnext);
|
||||||
$('#opt_pagetitle').attr('placeholder', opts.pagetitle);
|
$('#opt_pagetitle').attr('placeholder', opts.pagetitle);
|
||||||
document.title = opts.pagetitle;
|
document.title = opts.pagetitle;
|
||||||
|
$('opt_customcss').val(opts.customcss);
|
||||||
$('#customCss').remove();
|
$('#customCss').remove();
|
||||||
if(opts.customcss != "") {
|
if(opts.customcss != "") {
|
||||||
$('<link/>').attr("rel", "stylesheet")
|
$('<link/>').attr("rel", "stylesheet")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue