Rev3736, Fix sidebar content signing changer links

This commit is contained in:
shortcutme 2018-12-04 01:45:01 +01:00
parent 5b50a113d1
commit 2ceada84a6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
4 changed files with 12 additions and 2 deletions

View file

@ -913,6 +913,12 @@ window.initScrollable = function () {
return (ref1 = _this.tag) != null ? ref1.find(".contents + .flex").removeClass("sign-publish-flex") : void 0;
};
})(this));
this.tag.find(".contents-content").off("click touchend").on("click touchend", (function(_this) {
return function(e) {
$("#input-contents").val(e.currentTarget.innerText);
return false;
};
})(this));
menu = new Menu(this.tag.find("#menu-sign-publish"));
menu.elem.css("margin-top", "-130px");
menu.addItem("Sign", (function(_this) {