From a6ddbe8129dcc26521890c246284e650e42699e3 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 5 Apr 2014 18:09:35 -0400 Subject: [PATCH] forgot :hidden? param --- src/toascii/models/image.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toascii/models/image.clj b/src/toascii/models/image.clj index 9c29158..a657a64 100644 --- a/src/toascii/models/image.clj +++ b/src/toascii/models/image.clj @@ -43,7 +43,7 @@ (:frames x) (map (fn [frame] - (wrap-pre-tag (:image frame) :delay (:delay frame))) + (wrap-pre-tag (:image frame) :delay (:delay frame) :hidden? true)) x) (str/join x) (str "
" x "
")