From b7253b7fd541ccafc5cd495927e59f7658ad6723 Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Mon, 27 Feb 2017 09:30:37 +0100 Subject: [PATCH] temporarily remove download HTML --- frontend/src/uxbox/main/ui/workspace/download.cljs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/uxbox/main/ui/workspace/download.cljs b/frontend/src/uxbox/main/ui/workspace/download.cljs index d5a3bb8b4..fed389c1a 100644 --- a/frontend/src/uxbox/main/ui/workspace/download.cljs +++ b/frontend/src/uxbox/main/ui/workspace/download.cljs @@ -130,11 +130,12 @@ [:span.title "Download project"] [:p.info "Download all pages as svg in a zip file."] [:a.btn-primary {:href "#" :on-click download-zip} "Download project"]] - [:div.content-col - [:span.icon i/file-html] - [:span.title "Download as HTML"] - [:p.info "Download your project as HTML files."] - [:a.btn-primary {:href "#" :on-click download-html} "Download HTML"]]] + ; [:div.content-col + ; [:span.icon i/file-html] + ; [:span.title "Download as HTML"] + ; [:p.info "Download your project as HTML files."] + ; [:a.btn-primary {:href "#" :on-click download-html} "Download HTML"]] + ] [:a.close {:href "#" :on-click on-close} i/close]]))) (defmethod lbx/render-lightbox :download