From 8d2767999bc6f1c5667f384cc4324e5094deb6cf Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 16 Apr 2016 14:09:19 +0300 Subject: [PATCH] Make the workspace message not visible (temporary). --- src/uxbox/ui/workspace.cljs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/uxbox/ui/workspace.cljs b/src/uxbox/ui/workspace.cljs index 3f016b60c2..97614a8fa2 100644 --- a/src/uxbox/ui/workspace.cljs +++ b/src/uxbox/ui/workspace.cljs @@ -122,13 +122,13 @@ :on-scroll on-scroll :on-wheel (partial on-wheel own)} - ;; WIP message version - [:div.message-version - [:span "Continue working with version 22?"] - [:div.message-action - [:a.btn-transparent "Accept"] - [:a.btn-transparent "Cancel"] - ]] + ;; WIP message version + #_[:div.message-version + [:span "Continue working with version 22?"] + [:div.message-action + [:a.btn-transparent "Accept"] + [:a.btn-transparent "Cancel"] + ]] ;; Rules (horizontal-rule zoom)