Skip to content

Commit c202781

Browse files
committed
minor
1 parent 4397848 commit c202781

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
113113
'imgur': 'true', # to enable/disable imgur/custom uploader.
114114
'mention': 'false', # to enable/disable mention
115115
'jquery': 'true', # to include/revoke jquery (require for admin default django)
116-
'living': 'true', # to enable/disable live updates in preview
116+
'living': 'false', # to enable/disable live updates in preview
117117
}
118118

119119
# To setup the martor editor with label or not (default is False)

martor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = '1.2.8'
3+
__VERSION__ = '1.2.9'
44
__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55
__AUTHOR_EMAIL__ = '[email protected]'

martor/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'imgur': 'true', # to enable/disable imgur/custom uploader.
88
'mention': 'false', # to enable/disable mention
99
'jquery': 'true', # to include/revoke jquery (require for admin default django)
10-
'living': 'true', # to enable/disable live updates in preview
10+
'living': 'false', # to enable/disable live updates in preview
1111
}
1212
)
1313

martor/static/martor/css/martor.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/js/martor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Name : Martor v1.2.8
2+
* Name : Martor v1.2.9
33
* Created by : Agus Makmun (Summon Agus)
44
* Release date : 20-Aug-2018
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

martor/static/martor/js/martor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)