File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- __VERSION__ = '1.4.5 '
3+ __VERSION__ = '1.4.6 '
44__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55__AUTHOR_EMAIL__ = '[email protected] '
Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ class Media:
7272 'martor/js/martor.js' ,
7373 )
7474
75- if MARTOR_ENABLE_CONFIGS [ 'spellcheck' ] == 'true' :
75+ if MARTOR_ENABLE_CONFIGS . get ( 'spellcheck' ) == 'true' :
7676 # Adding the following scripts to the end of the tuple in case it affects behaviour
7777 js = ('plugins/js/typo.js' , 'plugins/js/spellcheck.js' ).__add__ (js )
7878
79- if MARTOR_ENABLE_CONFIGS [ 'jquery' ] == 'true' :
79+ if MARTOR_ENABLE_CONFIGS . get ( 'jquery' ) == 'true' :
8080 js = ('plugins/js/jquery.min.js' ,).__add__ (js )
8181
8282
You can’t perform that action at this time.
0 commit comments