1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00

Removed Firefox update warning. Made styles attempt to re-downlaod with new URLs upon error due to CDN issues. Made viewer list sorting optional. Added safety checks to API for non-global sets.

This commit is contained in:
SirStendec 2015-10-27 21:22:54 -04:00
parent acc0010247
commit a7f6e0b63f
6 changed files with 30 additions and 13 deletions

View file

@ -11,6 +11,8 @@ FFZ.prototype.setup_css = function() {
s.id = "ffz-ui-css";
s.setAttribute('rel', 'stylesheet');
s.setAttribute('href', constants.SERVER + "script/style.css?_=" + (constants.DEBUG ? Date.now() : FFZ.version_info));
s.onerror = "this.href = this.href + '_';"
document.head.appendChild(s);
if ( window.jQuery && jQuery.noty )