Remove unnecessary wrapping
This commit is contained in:
parent
b181dde066
commit
7a3c1f61d0
1 changed files with 1 additions and 2 deletions
|
|
@ -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() }"
|
||||||
"})();"))
|
"})();"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue