Fixed dropdown menu

This commit is contained in:
Alex Wede 2015-07-24 23:15:51 +02:00
parent 02594ca3e3
commit 98e5211229

View File

@ -66,6 +66,8 @@ instance Yesod App where
pc <- widgetToPageContent $ do pc <- widgetToPageContent $ do
addStylesheet $ StaticR css_bootstrap_css 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") $(widgetFile "default-layout")
withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet") withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")