Skip to content

Commit

Permalink
Merge pull request spree-contrib#26 from bricesanchez/master
Browse files Browse the repository at this point in the history
Raw JS output (by fabien)
  • Loading branch information
romul committed Jan 31, 2013
2 parents 9846455 + 4baf4ce commit 6a08e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/editor_engines/_wym_editor.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<script type="text/javascript">
$(function() {
var ids = [<%= ids.map{|id| "'textarea##{id}'"}.join(', ') %>]
var ids = [<%= raw ids.map{|id| "'textarea##{id}'"}.join(', ') %>]
$(ids.join(', ')).wymeditor({
lang: '<%= I18n.locale.to_s.downcase %>',
skin: 'compact',
Expand Down

0 comments on commit 6a08e12

Please sign in to comment.