summaryrefslogtreecommitdiff
path: root/public/js/extra.js
diff options
context:
space:
mode:
authorWu Cheng-Han2016-10-22 15:48:28 +0800
committerWu Cheng-Han2016-10-22 15:48:28 +0800
commit27bc94744dbfdf64717f5f18fbba2dcf931a0a5d (patch)
tree35f090f5baf074eba9cf8406c848a796ea671489 /public/js/extra.js
parentd4bb87b8ec9ce053ca8e28cc31905c0656d9a46a (diff)
Fix index.js isValidURL is not defined error
Diffstat (limited to '')
-rw-r--r--public/js/extra.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/extra.js b/public/js/extra.js
index 499bdc4c..bc6092db 100644
--- a/public/js/extra.js
+++ b/public/js/extra.js
@@ -1115,6 +1115,7 @@ module.exports = {
renderTitle: renderTitle,
renderFilename: renderFilename,
renderTags: renderTags,
+ isValidURL: isValidURL,
generateToc: generateToc,
smoothHashScroll: smoothHashScroll,
scrollToHash: scrollToHash,