Rev3372, Cosmetic changes on open site directory button
This commit is contained in:
parent
a454f3de6e
commit
c3b146611b
6 changed files with 14 additions and 9 deletions
plugins/Sidebar/media
|
@ -691,9 +691,10 @@ window.initScrollable = function () {
|
|||
return false;
|
||||
};
|
||||
})(this));
|
||||
this.tag.find("#button-directory").off("click touchend").on("click touchend", (function(_this) {
|
||||
this.tag.find("#link-directory").off("click touchend").on("click touchend", (function(_this) {
|
||||
return function() {
|
||||
return _this.wrapper.ws.cmd("serverShowdirectory", ["site", _this.wrapper.site_info.address]);
|
||||
_this.wrapper.ws.cmd("serverShowdirectory", ["site", _this.wrapper.site_info.address]);
|
||||
return false;
|
||||
};
|
||||
})(this));
|
||||
$(document).on("click touchend", (function(_this) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue