Remove unnecessary wrapping

This commit is contained in:
Jeroen van Dijk 2021-05-27 16:40:41 +03:00
parent b181dde066
commit 7a3c1f61d0

View file

@ -34,8 +34,7 @@
"if(typeof scittle === 'undefined'){" "if(typeof scittle === 'undefined'){"
(append-tag :script {:src "https://borkdude.github.io/scittle/js/scittle.js" (append-tag :script {:src "https://borkdude.github.io/scittle/js/scittle.js"
:onerror "function(){alert('Error loading ' + this.src)}" :onerror "function(){alert('Error loading ' + this.src)}"
:onload (str "runCode") :onload "runCode"})
})
"} else { "} else {
runCode() }" runCode() }"
"})();")) "})();"))