Add return false
This commit is contained in:
parent
f9ac614147
commit
d8ff0e1745
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ class Sidebar extends Class
|
||||||
@tag.find("#button-publish").addClass "loading"
|
@tag.find("#button-publish").addClass "loading"
|
||||||
wrapper.ws.cmd "sitePublish", {"inner_path": inner_path, "sign": false}, =>
|
wrapper.ws.cmd "sitePublish", {"inner_path": inner_path, "sign": false}, =>
|
||||||
@tag.find("#button-publish").removeClass "loading"
|
@tag.find("#button-publish").removeClass "loading"
|
||||||
|
return false
|
||||||
|
|
||||||
# Close
|
# Close
|
||||||
@tag.find(".close").off("click touchend").on "click touchend", (e) =>
|
@tag.find(".close").off("click touchend").on "click touchend", (e) =>
|
||||||
|
|
Loading…
Reference in a new issue