Skip to content

Commit

Permalink
Remove unnecessary html
Browse files Browse the repository at this point in the history
  • Loading branch information
expitau committed May 14, 2024
1 parent dc78d35 commit 07129ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ <h3>Used in</h3>

const CHUNK_WORKER_PATH = 'loadChunkWorker.js';
const DATA_PREFIX = 'data/';
const IFRAME_PATH = window.location.host.includes('localhost') ? `http://${window.location.host}/web/bookmarklet-iframe.html` : 'https://expitau.com/InfiniteCraftWiki/bookmarklet-iframe';
const IFRAME_PATH = window.location.host.includes('localhost') ? `http://${window.location.host}/web/bookmarklet-iframe` : 'https://expitau.com/InfiniteCraftWiki/bookmarklet-iframe';

// Vue app
const app = new Vue({
Expand Down

0 comments on commit 07129ef

Please sign in to comment.