Skip to content

Commit 373a080

Browse files
committed
fixes renderer & live preview
1 parent 7101e5c commit 373a080

File tree

3 files changed

+14
-1047
lines changed

3 files changed

+14
-1047
lines changed

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

Lines changed: 8 additions & 242 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* Name : Martor v1.2.7
2+
* Name : Martor v1.2.8
33
* Created by : Agus Makmun (Summon Agus)
4-
* Release date : 02-Dec-2017
4+
* Release date : 20-Aug-2018
55
* License : GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
66
* Repository : https://github.com/agusmakmun/django-markdown-editor
77
**/
@@ -56,7 +56,7 @@
5656
enableMultiselect: false
5757
});
5858

59-
if (editorConfig.living) {
59+
if (editorConfig.living == 'true') {
6060
$(obj).addClass('enable-living');
6161
}
6262

0 commit comments

Comments
 (0)