Commit 3aef406878e33ee47c26eadfaea8599ac06e6bdf

Authored by AntonioTerceiro
1 parent b1d4f130

ActionItem64: fckcustom.js must not be loaded in header



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@568 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/views/layouts/application.rhtml
... ... @@ -7,7 +7,6 @@
7 7 <% if params[:controller] == 'cms' %>
8 8 <%= stylesheet_link_tag 'cms' %>
9 9 <%= javascript_include_tag 'fckeditor/fckeditor.js' %>
10   - <%= javascript_include_tag 'fckcustom' %>
11 10 <% end %>
12 11 <%= stylesheet_link_tag 'common' %>
13 12  
... ...