From 13f2257d8c6444b9ce2fc771c4245c70559908c1 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 30 Jan 2017 23:07:04 +0100 Subject: [PATCH] oops --- Foundation.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Foundation.hs b/Foundation.hs index 930c595..f71bc62 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -127,11 +127,11 @@ instance Yesod App where mapM_ addStylesheet $ map StaticR [ css_bootstrap_min_css , css_main_css - ]) + ] mapM_ addScript $ map StaticR [ js_crementing_js , js_barcode_js - ]) + ] $(widgetFile "default-layout") withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")