Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-10-26 12:09:49 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-04-10 20:04:44 +0300
commit3a114eaa11c79146951e8df95eacfe59925700eb (patch)
treed02aae63ccaa912dd7274e699986119fd6ae8108 /templates/main.php
parent00d17efe0f274c6486af074d90ba676f72efa07e (diff)
switch editor from mdedit to simplemde
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/main.php b/templates/main.php
index 509203c6..71b93d80 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -13,14 +13,12 @@ script('notes', [
'vendor/angular-route/angular-route',
'vendor/restangular/dist/restangular',
'vendor/underscore/underscore',
- 'vendor/prism/prism',
- 'vendor/mdEdit/mdedit.min',
+ 'vendor/simplemde/dist/simplemde.min',
'public/app.min'
]);
style('notes', [
- '../js/vendor/mdEdit/mdedit',
- '../js/vendor/mdEdit/prism',
+ '../js/vendor/simplemde/dist/simplemde.min',
'vendor/bootstrap/tooltip',
'notes'
]);