Skip to content

Commit

Permalink
add stylesheet option for wysihtml so prevent 404 console output
Browse files Browse the repository at this point in the history
  • Loading branch information
jywsn committed Oct 16, 2013
1 parent 7111a1d commit 7a86ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/templates/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@
});

$('#text').wysihtml5({
"stylesheets": ["{{ STATIC_URL }}/bootstrap-wysihtml5/lib/css/wysiwyg-color.css"],
"font-styles": false, // Font styling, e.g. h1, h2, etc. Default true
"emphasis": true, // Italics, bold, etc. Default true
"lists": false, // (Un)ordered lists, e.g. Bullets, Numbers. Default true
Expand Down

0 comments on commit 7a86ea0

Please sign in to comment.