Commit 3aef406878e33ee47c26eadfaea8599ac06e6bdf
1 parent
b1d4f130
Exists in
master
and in
29 other branches
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 +7,6 @@ | ||
7 | <% if params[:controller] == 'cms' %> | 7 | <% if params[:controller] == 'cms' %> |
8 | <%= stylesheet_link_tag 'cms' %> | 8 | <%= stylesheet_link_tag 'cms' %> |
9 | <%= javascript_include_tag 'fckeditor/fckeditor.js' %> | 9 | <%= javascript_include_tag 'fckeditor/fckeditor.js' %> |
10 | - <%= javascript_include_tag 'fckcustom' %> | ||
11 | <% end %> | 10 | <% end %> |
12 | <%= stylesheet_link_tag 'common' %> | 11 | <%= stylesheet_link_tag 'common' %> |
13 | 12 |