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

3.5.150. International keyboard layout support via keypress event for the input handler. Fixed a typo in the My Emoticons menu.

This commit is contained in:
SirStendec 2016-03-28 20:48:58 -04:00
parent 6f5b7e1b09
commit ffd5eae774
3 changed files with 65 additions and 64 deletions

View file

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