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.1.0 '
3+ __VERSION__ = '1.1.1 '
44__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55__AUTHOR_EMAIL__ = '[email protected] '
Original file line number Diff line number Diff line change 11/**
2- * Name : DracEditor v1.1.0
2+ * Name : DracEditor v1.1.1
33 * Created by : Agus Makmun (Summon Agus)
44 * Release date : 5-Jan-2017
55 * Official : https://dracos-linux.org
600600 // Custom decission for toolbar buttons.
601601 var btnMention = $ ( '.markdown-direct-mention' ) ; // To Direct Mention
602602 var btnUpload = $ ( '.markdown-image-upload' ) ; // To Upload Image
603- var configs = draceditor . data ( 'enable-configs' ) ;
603+ var configs = JSON . parse ( draceditor . data ( 'enable-configs' ) . replace ( / ' / g , '"' ) ) ;
604604 if ( configs . mention === 'true' ) {
605605 btnMention . click ( function ( ) {
606606 markdownToMention ( ) ;
You can’t perform that action at this time.
0 commit comments