From dbe99e57a64ea76e1a2dafd7f64fa9dd7728d318 Mon Sep 17 00:00:00 2001 From: Josiah Kiehl Date: Wed, 9 Feb 2011 23:23:17 -0500 Subject: [PATCH] need application.js for test results page dropdowns to work --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 5a8b0aa..8995099 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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