Blink tab title when your name mentioned
This commit is contained in:
parent
6fbe2732c7
commit
31fd011b4d
3 changed files with 27 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ function initCallbacks() {
|
|||
$("#opt_qopen_allow_playnext").prop("checked", opts.qopen_allow_playnext);
|
||||
$("#opt_pagetitle").attr("placeholder", opts.pagetitle);
|
||||
document.title = opts.pagetitle;
|
||||
PAGETITLE = opts.pagetitle;
|
||||
$("#opt_customcss").attr("placeholder", opts.customcss);
|
||||
$("#customCss").remove();
|
||||
if(opts.customcss != "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue