mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
3.5.394. Fix the /card command and switching mod card targets while the mod card is open. Add more modifier emotes for Christmas.
This commit is contained in:
parent
70ec6d5348
commit
c4142edeb2
8 changed files with 44 additions and 7 deletions
|
@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 393,
|
||||
major: 3, minor: 5, revision: 394,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
@ -292,7 +292,7 @@ FFZ.prototype.initialize = function(increment, delay) {
|
|||
return this.init_normal(delay);
|
||||
|
||||
// Check for the dashboard.
|
||||
if ( /\/[^\/]+\/dashboard/.test(location.pathname) && !/bookmarks$/.test(location.pathname) )
|
||||
if ( window.PP && /\/[^\/]+\/dashboard/.test(location.pathname) && !/bookmarks$/.test(location.pathname) )
|
||||
return this.init_dashboard(delay);
|
||||
|
||||
var loaded = FFZ.utils.ember_resolve('model:room');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue