From d8ff0e174544b29d6a581a1ccb6f550c327d8bc0 Mon Sep 17 00:00:00 2001 From: Ivanq Date: Sat, 30 Dec 2017 21:45:55 +0300 Subject: [PATCH] Add return false --- plugins/Sidebar/media/Sidebar.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Sidebar/media/Sidebar.coffee b/plugins/Sidebar/media/Sidebar.coffee index 3155b0bc..d3b8c59b 100644 --- a/plugins/Sidebar/media/Sidebar.coffee +++ b/plugins/Sidebar/media/Sidebar.coffee @@ -414,6 +414,7 @@ class Sidebar extends Class @tag.find("#button-publish").addClass "loading" wrapper.ws.cmd "sitePublish", {"inner_path": inner_path, "sign": false}, => @tag.find("#button-publish").removeClass "loading" + return false # Close @tag.find(".close").off("click touchend").on "click touchend", (e) =>