add new color lightbox

This commit is contained in:
Juan de la Cruz 2015-12-16 11:40:23 +01:00 committed by Andrey Antukh
parent 67081eded4
commit d9b5977d02
2 changed files with 32 additions and 9 deletions

View file

@ -135,14 +135,6 @@
(lightbox/close!))}
i/close]])))
;; (.preventDefault e)
;; (let [new-project-attributes {:name (trim name)
;; :width (int width)
;; :height (int height)
;; :layout layout}]
;; ;; (actions/create-project conn new-project-attributes)
;; (close-lightbox!)))}
(def new-project-lightbox
(util/component
{:render new-project-lightbox-render