..
This commit is contained in:
parent
253795858f
commit
f6fb4f403d
@ -16,6 +16,8 @@ function Terminal(rune)
|
||||
|
||||
this.load = function readTextFile(params, preview = false)
|
||||
{
|
||||
if(preview){return;}
|
||||
|
||||
var file = "presets/"+params.content+'?'+new Date().getTime();
|
||||
var rawFile = new XMLHttpRequest();
|
||||
rawFile.open("GET", file, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user