Skip to content

Commit a37039e

Browse files
committed
forgot the comma
1 parent dbc4111 commit a37039e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/refinery/boot_tinymce.js.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ function init_tinymce_for(jq_selector) {
33
selector: jq_selector,
44
extended_valid_elements: 'i[*]',
55
menubar: false,
6-
base_url: '/assets/tinymce'
6+
base_url: '/assets/tinymce',
77
toolbar: "undo redo | styleselect | style-p style-h1 style-h2 style-h3 | bold italic | bullist numlist outdent indent | refinerylink refineryimage | fullscreen | code",
88
content_css: '<%= asset_path "tinymce.scss", only_path: false %>',
99
plugins: ["image", "link", "lists", "fullscreen", "code", "stylebuttons", "refineryimage", "refinerylink"],

0 commit comments

Comments
 (0)