Skip to content

Commit

Permalink
Reset advanced.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tiff committed Sep 24, 2012
1 parent f75cb5a commit 50f30c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ <h1>wysihtml5 - Advanced Editor Example</h1>
<a data-wysihtml5-command="insertImage">insert image</a> |
<a data-wysihtml5-command="formatBlock" data-wysihtml5-command-value="h1">h1</a> |
<a data-wysihtml5-command="formatBlock" data-wysihtml5-command-value="h2">h2</a> |
<a data-wysihtml5-command="formatBlock" data-wysihtml5-command-value="p">p</a> |
<a data-wysihtml5-command="insertUnorderedList">insertUnorderedList</a> |
<a data-wysihtml5-command="insertOrderedList">insertOrderedList</a> |
<a data-wysihtml5-command="foreColor" data-wysihtml5-command-value="red">red</a> |
Expand Down Expand Up @@ -142,8 +141,7 @@ <h2>Events:</h2>
var editor = new wysihtml5.Editor("textarea", {
toolbar: "toolbar",
stylesheets: "css/stylesheet.css",
parserRules: wysihtml5ParserRules,
useLineBreaks: false
parserRules: wysihtml5ParserRules
});

var log = document.getElementById("log");
Expand Down

0 comments on commit 50f30c6

Please sign in to comment.