mirror of https://github.com/calzoneman/sync.git
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_pagetitle').attr('placeholder', opts.pagetitle);
|
||||
document.title = opts.pagetitle;
|
||||
$('opt_customcss').val(opts.customcss);
|
||||
$('#customCss').remove();
|
||||
if(opts.customcss != "") {
|
||||
$('<link/>').attr("rel", "stylesheet")
|
||||
|
|
Loading…
Reference in New Issue