File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import { registerPipeline } from '/modules/storage.js'
1+ import { registerPipeline } from '.. /modules/storage.js'
22
33const showDebugInformation = false ;
44
Original file line number Diff line number Diff line change 1- import { retrievePipeline } from "/modules/storage.js" ;
1+ import { retrievePipeline } from ".. /modules/storage.js" ;
22import { BlobReader , TextWriter , ZipReader } from "https://cdn.jsdelivr.net/npm/@zip.js/[email protected] /+esm" ; 33
44const showDebugInformation = false ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ window.onload = async function () {
4040 localStorage . setItem ( "gitlab-name" , userData [ "name" ] ) ;
4141 localStorage . setItem ( "gitlab-api-token" , token ) ;
4242
43- window . location = "/" ;
43+ window . location = ". /" ;
4444 return ;
4545 }
4646 } ;
You can’t perform that action at this time.
0 commit comments