From 34e4c027d038acc2d18672d21c4b65234e271097 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 3 Jan 2012 22:47:10 -0800 Subject: [PATCH] small typo --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index e4045304d..6346683bf 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -39,7 +39,7 @@ -# %script{:type => "text/javascript", :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'} :javascript - !window.jQuery && document.write(unescape("#{escape_javascript(include_javascripts(:jquery))})")) + !window.jQuery && document.write(unescape("#{escape_javascript(include_javascripts(:jquery))}")) - unless @landing_page = include_javascripts :main