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

3.5.311. Fix the page scrolling when you open the FFZ menu's sections. Closes #18. Properly fix message doubling.

This commit is contained in:
SirStendec 2016-10-04 14:10:59 -04:00
parent 91e8cb5739
commit 26a55b169f
5 changed files with 55 additions and 25 deletions

View file

@ -34,7 +34,7 @@ FFZ.msg_commands = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 310,
major: 3, minor: 5, revision: 311,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}
@ -510,6 +510,7 @@ FFZ.prototype.init_ember = function(delay) {
this.cache_command_aliases();
this.fix_tooltips();
this.fix_scroll();
this.connect_extra_chat();
this.setup_message_event();