From 428284abeb7ca0b346bf35a52682f4a6ff85ce35 Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 1 Jul 2010 09:15:27 -0700 Subject: [PATCH] sorry about that, removed tiny mce, but we still had things which inited it --- app/views/layouts/application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index e18d81b32..4a5dd69fa 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -9,9 +9,9 @@ = stylesheet_link_tag "blueprint/screen", :media => 'screen' = stylesheet_link_tag "application" - /= javascript_include_tag"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" + /= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" = javascript_include_tag 'jquery142', 'rails', 'view', 'publisher' - = javascript_include_tag 'jquery.infieldlabel' + = javascript_include_tag 'tiny_mce/tiny_mce', 'jquery.infieldlabel' = render 'js/google_a_js' = render 'js/websocket_js'