mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 11:03:32 +00:00
Add missing import (fixes #3)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
// MIT License.
|
// MIT License.
|
||||||
//
|
//
|
||||||
|
|
||||||
import { urlSearchParams, sourceURL } from "./utilities.js";
|
import { urlSearchParams, sourceURL, isValidHTTPURL } from "./utilities.js";
|
||||||
|
|
||||||
(function main() {
|
(function main() {
|
||||||
const success = url => window.location.replace(`index.html?source=${url}`);
|
const success = url => window.location.replace(`index.html?source=${url}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user