Skip to content

Commit 0b952aa

Browse files
committed
const error
1 parent 8b9bb80 commit 0b952aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ async function dialogMessage(message){
12511251
await UIkit.modal(elm).show();
12521252
}
12531253

1254-
const BASE = window.location.pathname.replace(/\/$/,'');
1254+
let BASE = window.location.pathname.replace(/\/$/,'');
12551255
if(BASE != ""){
12561256
BASE += '/'
12571257
}

0 commit comments

Comments
 (0)