1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 01:28:30 +00:00

Way too much stuff for one commit. I'm a terrible person.

This commit is contained in:
SirStendec 2015-02-24 00:33:29 -05:00
parent 0f5e3915ad
commit fc21671b2c
18 changed files with 2204 additions and 476 deletions

View file

@ -8,7 +8,7 @@ FFZ.prototype.setup_css = function() {
s.id = "ffz-ui-css";
s.setAttribute('rel', 'stylesheet');
s.setAttribute('href', constants.SERVER + "script/style.css");
s.setAttribute('href', constants.SERVER + "script/style.css?_=" + Date.now());
document.head.appendChild(s);
jQuery.noty.themes.ffzTheme = {