adding url dialog

This commit is contained in:
Lucas 2019-04-26 14:07:07 +01:00
parent 298aba29ff
commit 6f63da0bc7
4 changed files with 86 additions and 3 deletions

View file

@ -542,7 +542,7 @@ function addDragToUpload() {
function postload() {
let success = false;
if(params.get("from")==="GIST"){
if(params.get("from")==="url"){
console.time("loadURL");
console.log("Loading URL");
fetch(params.get("url"))