Fixed dropdown menu #2

Merged
alexejw merged 2 commits from master into master 2015-08-02 09:52:25 +00:00
3 changed files with 9219 additions and 0 deletions

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
addScript $ StaticR js_jquery_js
addScript $ StaticR js_bootstrap_js
$(widgetFile "default-layout") $(widgetFile "default-layout")
withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet") withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet")

7
static/js/bootstrap.js vendored Normal file

File diff suppressed because one or more lines are too long

9210
static/js/jquery.js vendored Normal file

File diff suppressed because it is too large Load Diff