Skip to content

Commit

Permalink
comment out empty not
Browse files Browse the repository at this point in the history
  • Loading branch information
gfredericks committed Aug 30, 2012
1 parent 091ffeb commit 5dc754f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/org_html_slideshow/main.cljs
Expand Up @@ -242,7 +242,7 @@
(defn remove-nested-sections [slide-div-elem]
(let [div (. slide-div-elem (cloneNode true))]
(doseq [elem (dom-tags "div" nil div)]
(when (and (not )
(when (and #_(not ) ;; Stuart committed this (not); not sure what it was for
(some #(classes/has elem (str "outline-" %)) (range 1 9)))
(remove-elem elem)))
div))
Expand Down

0 comments on commit 5dc754f

Please sign in to comment.