This commit is contained in:
calzoneman 2013-05-02 21:56:31 -05:00
parent 3da4baba52
commit cecb5db6c7
3 changed files with 8 additions and 6 deletions

View file

@ -1150,7 +1150,7 @@ function applyOpts() {
if(USEROPTS.css) {
$("<link/>").attr("rel", "stylesheet")
.attr("type", "text/css")
.attr("id", "usertheme")
.attr("id", "usercss")
.attr("href", USEROPTS.css)
.appendTo($("head"));
}