Skip to content

Commit

Permalink
rid of comma that confuses poor little MSIE, also dont need to re-inc…
Browse files Browse the repository at this point in the history
…lude jquery
  • Loading branch information
sbeam committed Nov 19, 2010
1 parent 195eebc commit c62d0ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/admin/pages/_form.html.erb
@@ -1,6 +1,5 @@
<% content_for :head do %>
<%= javascript_include_tag 'jquery/jquery.js' %>
<%= javascript_include_tag 'wymeditor/jquery.wymeditor.js' %>


Expand All @@ -18,7 +17,7 @@
{'name': 'H2', 'title': 'Heading_2', 'css': 'wym_containers_h2'},
{'name': 'H3', 'title': 'Heading_3', 'css': 'wym_containers_h3'},
{'name': 'PRE', 'title': 'Preformatted', 'css': 'wym_containers_pre'},
{'name': 'BLOCKQUOTE', 'title': 'Blockquote', 'css': 'wym_containers_blockquote'},
{'name': 'BLOCKQUOTE', 'title': 'Blockquote', 'css': 'wym_containers_blockquote'}
],
lang: '<%= I18n.locale.to_s.split("-").first %>'
});
Expand Down

0 comments on commit c62d0ea

Please sign in to comment.