We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e877d37 commit 4d90665Copy full SHA for 4d90665
templates/switchers.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-// File URIs must begin with either one (1) or three (3) forward slashes
+// File URIs must begin with either one or three forward slashes
4
const _is_file_uri = (uri) => uri.startsWith('file:/');
5
6
const _IS_LOCAL = _is_file_uri(window.location.href);
0 commit comments