Update 'frontend.js'
This commit is contained in:
parent
73a26323ca
commit
5f8646834a
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ function spin(el, ms){
|
|||
//Example: exec("alert('Hello, world!')")
|
||||
function exec(jsCode) {
|
||||
let js = jsCode.toString();
|
||||
setTimeout(js, 1);
|
||||
Function(js)()
|
||||
}
|
||||
|
||||
function fetchTextFromURL(url, callback) {
|
||||
|
|
Loading…
Reference in a new issue