sorry about that, removed tiny mce, but we still had things which inited it

This commit is contained in:
maxwell 2010-07-01 09:15:27 -07:00
parent cb23766012
commit 428284abeb

View file

@ -9,9 +9,9 @@
= stylesheet_link_tag "blueprint/screen", :media => 'screen' = stylesheet_link_tag "blueprint/screen", :media => 'screen'
= stylesheet_link_tag "application" = 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 '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/google_a_js'
= render 'js/websocket_js' = render 'js/websocket_js'