mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 01:28:30 +00:00
3.5.266. Yeah. This is me remembering to commit again, but only because I told someone to make a pull request.
This commit is contained in:
parent
86546ba7d8
commit
8310f89aa0
25 changed files with 717 additions and 592 deletions
11
src/main.js
11
src/main.js
|
@ -1,6 +1,3 @@
|
|||
// Modify Array and others.
|
||||
// require('./shims');
|
||||
|
||||
// ----------------
|
||||
// The Constructor
|
||||
// ----------------
|
||||
|
@ -37,7 +34,7 @@ FFZ.msg_commands = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 252,
|
||||
major: 3, minor: 5, revision: 266,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
@ -308,6 +305,8 @@ FFZ.prototype.init_normal = function(delay, no_socket) {
|
|||
this.setup_css();
|
||||
this.setup_popups();
|
||||
|
||||
this.setup_following_link();
|
||||
|
||||
if ( ! no_socket ) {
|
||||
this.setup_time();
|
||||
this.ws_create();
|
||||
|
@ -355,6 +354,8 @@ FFZ.prototype.init_dashboard = function(delay) {
|
|||
this.setup_css();
|
||||
this.setup_popups();
|
||||
|
||||
this.setup_following_link();
|
||||
|
||||
this.setup_time();
|
||||
this.ws_create();
|
||||
|
||||
|
@ -460,6 +461,8 @@ FFZ.prototype.init_ember = function(delay) {
|
|||
this.find_bttv(10);
|
||||
this.find_emote_menu(10);
|
||||
|
||||
setTimeout(this.check_badware.bind(this), 10000);
|
||||
|
||||
//this.check_news();
|
||||
this.check_ff();
|
||||
this.refresh_chat();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue