Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d90665

Browse files
AA-Turnerhugovk
andauthoredOct 29, 2024··
wordsmithing
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent e877d37 commit 4d90665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎templates/switchers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
// File URIs must begin with either one (1) or three (3) forward slashes
3+
// File URIs must begin with either one or three forward slashes
44
const _is_file_uri = (uri) => uri.startsWith('file:/');
55

66
const _IS_LOCAL = _is_file_uri(window.location.href);

0 commit comments

Comments
 (0)
Please sign in to comment.