Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Apr 13, 2022
1 parent f85c131 commit 0c4c2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { events } from "./events.js";
import { dispatch } from "./dispatch.js";
import { html } from "./uhtml.js";

const DEFAULT_CARTRIDGE = "329d49b77f7927691e12d1516434e790";
const DEFAULT_CARTRIDGE = "fec076692603e11112c10e206a5bc0bc";

function getParam(key) {
const search = new URLSearchParams(window.location.search);
Expand Down

0 comments on commit 0c4c2c6

Please sign in to comment.