Blink tab title when your name mentioned

This commit is contained in:
calzoneman 2013-03-30 00:49:41 -05:00
parent 6fbe2732c7
commit 31fd011b4d
3 changed files with 27 additions and 1 deletions

View file

@ -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 != "") {