Commit f9d656b5 authored by TheTechRobo's avatar TheTechRobo
Browse files

Fix in client JS for older versions of Safari

Confirmed working on macOS High Sierra.
parent 962f048f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ function finish(vid1) {
    const videoInput = getVideoInput();

    plausible("FormSubmit");
    let vid = vid1.replaceAll(/\s/g, "");
    let vid = vid1.replace(/\s/g, "");
    if (!isValidVideoId(vid)) {
        let newVid = getVideoId(vid);
        console.log(newVid);