Skip to content

Commit

Permalink
forgot the comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoppe committed Dec 23, 2019
1 parent dbc4111 commit a37039e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/refinery/boot_tinymce.js.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function init_tinymce_for(jq_selector) {
selector: jq_selector,
extended_valid_elements: 'i[*]',
menubar: false,
base_url: '/assets/tinymce'
base_url: '/assets/tinymce',
toolbar: "undo redo | styleselect | style-p style-h1 style-h2 style-h3 | bold italic | bullist numlist outdent indent | refinerylink refineryimage | fullscreen | code",
content_css: '<%= asset_path "tinymce.scss", only_path: false %>',
plugins: ["image", "link", "lists", "fullscreen", "code", "stylebuttons", "refineryimage", "refinerylink"],
Expand Down

0 comments on commit a37039e

Please sign in to comment.