We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed4b75 commit cfd9d32Copy full SHA for cfd9d32
unbreakable-links/index.js
@@ -10,7 +10,7 @@ const repoPathFromScriptAttribute = () => {
10
return currentScript.getAttribute('repoPath')
11
}
12
13
-const rawGitLink = (repoPath, filePath, commitHash) => "https://cdn.rawgit.com/" + repoPath + "/" + (commitHash ? commitHash : "master") + "/" + filePath
+const rawGitLink = (repoPath, filePath, commitHash) => "https://cdn.rawgit.com/" + repoPath + "/" + (commitHash ? commitHash : "master") + filePath
14
15
const load = (repoPath, filePath, commitHash) => {
16
return // disabled for now
0 commit comments