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
|
@ -352,9 +352,11 @@ class Sidebar extends Class
|
|||
@updateHtmlTag()
|
||||
return false
|
||||
|
||||
|
||||
# Open site directory
|
||||
@tag.find("#button-directory").off("click touchend").on "click touchend", =>
|
||||
@tag.find("#link-directory").off("click touchend").on "click touchend", =>
|
||||
@wrapper.ws.cmd "serverShowdirectory", ["site", @wrapper.site_info.address]
|
||||
return false
|
||||
|
||||
# Sign and publish content.json
|
||||
$(document).on "click touchend", =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue