Merge sidebar js
This commit is contained in:
parent
b9e79f8d98
commit
0d1a5846a1
1 changed files with 5 additions and 2 deletions
|
@ -687,8 +687,11 @@ window.initScrollable = function () {
|
||||||
})(this));
|
})(this));
|
||||||
$(document).on("click touchend", (function(_this) {
|
$(document).on("click touchend", (function(_this) {
|
||||||
return function() {
|
return function() {
|
||||||
_this.tag.find("#button-sign-publish-menu").removeClass("visible");
|
var ref, ref1;
|
||||||
return _this.tag.find(".contents + .flex").removeClass("sign-publish-flex");
|
if ((ref = _this.tag) != null) {
|
||||||
|
ref.find("#button-sign-publish-menu").removeClass("visible");
|
||||||
|
}
|
||||||
|
return (ref1 = _this.tag) != null ? ref1.find(".contents + .flex").removeClass("sign-publish-flex") : void 0;
|
||||||
};
|
};
|
||||||
})(this));
|
})(this));
|
||||||
menu = new Menu(this.tag.find("#menu-sign-publish"));
|
menu = new Menu(this.tag.find("#menu-sign-publish"));
|
||||||
|
|
Loading…
Reference in a new issue