From 07258e8fdd46faf1f7511cf41cda3e74f2385046 Mon Sep 17 00:00:00 2001 From: "Veez (Matt Remsik) and Stephen Caudill" Date: Thu, 26 Feb 2009 16:26:57 -0500 Subject: [PATCH] Bugfix: included required JS files --- app/views/layouts/bare.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/layouts/bare.html.haml b/app/views/layouts/bare.html.haml index 7afb6de55..3c2e78743 100644 --- a/app/views/layouts/bare.html.haml +++ b/app/views/layouts/bare.html.haml @@ -26,6 +26,10 @@ = javascript_include_tag 'jquery.equalHeights.js' = javascript_include_tag 'application' = javascript_include_tag 'admin' + + = javascript_include_tag 'jcarousellite_1.0.1' + = stylesheet_link_tag 'facebox' + = javascript_include_tag 'facebox' %body .body-content .container