summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-28 19:59:35 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-28 19:59:35 +0000
commitbf58ad61e57adcb9ec83af83c030420f1a84973e (patch)
tree4b246410599d059b38cb907ab109198797e885fb /app/views
parent70d765e906a50e672ab4534882db6f85abf7cc4c (diff)
downloadredmine-bf58ad61e57adcb9ec83af83c030420f1a84973e.tar.gz
redmine-bf58ad61e57adcb9ec83af83c030420f1a84973e.zip
Load scripts and css for wiki formatter toolbar when needed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5239 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/base.rhtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/base.rhtml b/app/views/layouts/base.rhtml
index 7e9e4e1ec..c68221462 100644
--- a/app/views/layouts/base.rhtml
+++ b/app/views/layouts/base.rhtml
@@ -11,7 +11,6 @@
<%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %>
<%= javascript_heads %>
<%= heads_for_theme %>
-<%= heads_for_wiki_formatter %>
<!--[if IE 6]>
<style type="text/css">
* html body{ width: expression( document.documentElement.clientWidth < 900 ? '900px' : '100%' ); }