Minor: add a TODO
This commit is contained in:
parent
166b12fb3c
commit
d917aaab6b
|
@ -10,6 +10,7 @@ if (!errorEl || !explorerEl) throw new Error("HTML is not set up correctly");
|
||||||
|
|
||||||
const main = () => {
|
const main = () => {
|
||||||
// TODO: We may want a better UI here.
|
// TODO: We may want a better UI here.
|
||||||
|
// TODO: Handle hash changes.
|
||||||
const parsedHash = parseHash(location.hash);
|
const parsedHash = parseHash(location.hash);
|
||||||
if (!parsedHash) {
|
if (!parsedHash) {
|
||||||
location.href = "..";
|
location.href = "..";
|
||||||
|
|
Loading…
Reference in New Issue