Skip to content

Commit

Permalink
Update view.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfcool committed Apr 15, 2023
1 parent d8331e1 commit 86bf4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const view = {};
view.get = async (file, callback, _fetch, ext = false) => {

const http = _fetch ?? fetch;
const base = "https://jmfcool.com/";
const base = _fetch && !ext ? "https://jmfcool.com/" : "";

try
{
Expand Down

0 comments on commit 86bf4b3

Please sign in to comment.