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

3.5.142. Fixed chat. Changes for Ember 2.4 support. Fixed chat. Had to clean up a data structure for the model:host hijinx. Fixed chat. Changed chat CSS to the old and busted .chat-lines > div:nth-child(2n+0) > .chat-line nonsense.

This commit is contained in:
SirStendec 2016-03-24 23:04:11 -04:00
parent 9eb1d3a724
commit fbf891378d
5 changed files with 111 additions and 43 deletions

View file

@ -35,7 +35,7 @@ FFZ.msg_commands = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 139,
major: 3, minor: 5, revision: 142,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}