disable mde to download font awesome

This commit is contained in:
Xuan Sang LE
2020-05-23 20:19:50 +02:00
parent 7c70cf4d15
commit aae08d9efe
12 changed files with 11 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.0.6-a",
"version":"0.0.7-a",
"category":"Internet",
"iconclass":"fa fa-book",
"mimes":["none"]

Binary file not shown.

View File

@ -80,6 +80,7 @@ class BloggerCVSectionDiaglog extends this.OS.GUI.BasicDialog
main: () ->
super.main()
@editor = new SimpleMDE
autoDownloadFontAwesome: false
element: @find "contentarea"
status: false
toolbar: false

View File

@ -170,6 +170,7 @@ class Blogger extends this.OS.GUI.BaseApplication
@editor = new SimpleMDE
element: @find "markarea"
autoDownloadFontAwesome: false
autofocus: true
tabSize: 4
indentWithTabs: true

View File

@ -6,7 +6,7 @@
"author": "Xuan Sang LE",
"email": "xsang.le@gmail.com"
},
"version":"0.0.6-a",
"version":"0.0.7-a",
"category":"Internet",
"iconclass":"fa fa-book",
"mimes":["none"]