JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
replace del key hack with one that uses backspace code
[peach-html5-editor.git] / editor_tests.coffee
index 4b995bb..c45895a 100644 (file)
@@ -1,9 +1,4 @@
 in_el = document.getElementById 'in'
-out_el = document.getElementById 'out'
 button = document.getElementById 'button'
-button.onclick = ->
-       editor = wheic.wysiwyg in_el
-       out_el.value = wheic.dom_to_html editor.dom
-       return false
-button.value="Cleanup"
-button.removeAttribute 'disabled'
+button.parentNode.removeChild button
+window.editor = peach_html5_editor in_el, css_file: 'page_dark.css'