Fixed dropdown menu #2

Merged
alexejw merged 2 commits from master into master 2015-08-02 09:52:25 +00:00
Showing only changes of commit 98e5211229 - Show all commits

View File

@ -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")