Skip to content

Commit

Permalink
need application.js for test results page dropdowns to work
Browse files Browse the repository at this point in the history
  • Loading branch information
Josiah Kiehl committed Feb 10, 2011
1 parent 351c8fe commit dbe99e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.haml
Expand Up @@ -9,6 +9,7 @@
= stylesheet_link_tag 'screen'
= javascript_include_tag 'https://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js'
= javascript_include_tag 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/jquery-ui.min.js'
= javascript_include_tag 'application'
= yield :javascripts
= yield :feeds
= csrf_meta_tag
Expand Down

0 comments on commit dbe99e5

Please sign in to comment.