Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
peach-html5-editor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
preserve <script> tags and whitespace in plaintext elements
[peach-html5-editor.git]
/
demo.js
1
(function() {
2
var button, in_el;
3
in_el = document.getElementById('in');
4
button = document.getElementById('button');
5
button.parentNode.removeChild(button);
6
window.editor = peach_html5_editor(in_el, {css_file: 'css.css'});
7
}).call(this);