mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 01:28:30 +00:00
3.5.156. Feed Cards. CSS tweaks. Fixed Golden Kappa's tooltip. Not much here.
This commit is contained in:
parent
9ead660f89
commit
21d1ce0d8f
12 changed files with 130 additions and 127 deletions
|
@ -35,7 +35,7 @@ FFZ.msg_commands = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 152,
|
||||
major: 3, minor: 5, revision: 156,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
@ -181,7 +181,6 @@ require('./ui/about_page');
|
|||
|
||||
require('./commands');
|
||||
require('./ext/api');
|
||||
//require('./memes');
|
||||
|
||||
|
||||
// ---------------
|
||||
|
@ -436,8 +435,6 @@ FFZ.prototype.init_ember = function(delay) {
|
|||
this.find_bttv(10);
|
||||
this.find_emote_menu(10);
|
||||
|
||||
//this.setup_memes();
|
||||
|
||||
//this.check_news();
|
||||
this.check_ff();
|
||||
this.refresh_chat();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue