From 98e5211229dad7c7fe0f7c7c4d70549c259c7df5 Mon Sep 17 00:00:00 2001 From: Alex Wede Date: Fri, 24 Jul 2015 23:15:51 +0200 Subject: [PATCH] Fixed dropdown menu --- Foundation.hs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Foundation.hs b/Foundation.hs index 4fba855..cf96547 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -66,6 +66,8 @@ instance Yesod App where pc <- widgetToPageContent $ do addStylesheet $ StaticR css_bootstrap_css + addScriptRemote $ "https://code.jquery.com/jquery-2.1.4.min.js" + addScriptRemote $ "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" $(widgetFile "default-layout") withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")