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:
parent
6f5b7e1b09
commit
ffd5eae774
3 changed files with 65 additions and 64 deletions
|
@ -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 || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue