Skip to content

Commit 038942d

Browse files
committed
Add jquery option to readme
1 parent 0201306 commit 038942d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,10 @@ to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
172172
MARTOR_MARKDOWN_BASE_MENTION_URL = 'https://python.web.id/author/' # please change this to your domain
173173

174174
# If you need to use your own themed semantic ui dependency
175+
# replace the values with the file in your static files dir
175176
MARTOR_ALTERNATIVE_SEMANTIC_JS_FILE = "semantic-themed/semantic.min.js"
176177
MARTOR_ALTERNATIVE_SEMANTIC_CSS_FILE = "semantic-themed/semantic.min.css"
178+
MARTOR_ALTERNATIVE_JQUERY_JS_FILE = "jquery/dist/jquery.js"
177179

178180
Check this setting is not set else csrf will not be sent over ajax calls:
179181

0 commit comments

Comments
 (0)