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>2015-07-09 12:42:09 +0300
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-07-10 14:40:52 +0300
commitcc3f8a547f5cd1e3be93ff973c551fb041c8a8bb (patch)
tree4a69f9be85f7eba8d0da1ad55921b15578808c27 /templates/main.php
parent492599aa52f7107ad7ee2cc2f24cf0f1ce4080c2 (diff)
just playing around
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/main.php b/templates/main.php
index 714d19e8..edd98447 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -15,12 +15,16 @@ script('notes', [
'vendor/angular-route/angular-route',
'vendor/restangular/dist/restangular',
'vendor/underscore/underscore',
+ 'vendor/prism-all',
+ 'vendor/mdedit',
'public/app.min'
]);
style('notes', [
'../js/vendor/highlightjs/styles/github',
'vendor/bootstrap/tooltip',
+ 'vendor/prism',
+ 'vendor/mdedit',
'notes'
]);