Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon731012 authored Jan 20, 2024
1 parent 3589e18 commit c1ac0a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@

document.body.removeChild(element);
}

var filetext;

async function sc(){
var ultraviolet = new Ultraviolet(this.config);
Expand All @@ -348,8 +350,9 @@

fileReader.onload=function(){

var filetext=fileReader.result;
filetext=fileReader.result;
ultraviolet.cookie.setCookies(JSON.parse(filetext), db, ultraviolet.meta);
alert(filetext);

}

Expand Down

1 comment on commit c1ac0a9

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on c1ac0a9 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/index.js".

Please # to comment.