Commit 3ea043f2 authored by yann300's avatar yann300

remove uneeded code

parent c6a60897
...@@ -505,10 +505,6 @@ var run = function () { ...@@ -505,10 +505,6 @@ var run = function () {
document.querySelector('#editor').addEventListener('change', onResize) document.querySelector('#editor').addEventListener('change', onResize)
document.querySelector('#editorWrap').addEventListener('change', onResize) document.querySelector('#editorWrap').addEventListener('change', onResize)
// ----------------- compiler output renderer ----------------------
$('.asmOutput button').click(function () { $(this).parent().find('pre').toggle() })
// ----------------- compiler ---------------------- // ----------------- compiler ----------------------
function handleGithubCall (root, path, cb) { function handleGithubCall (root, path, cb) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment