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:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-29 17:51:33 +0300
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-29 17:51:33 +0300
commitc7dc75864bb15375689d8918756edd0cce3479c8 (patch)
treecb7130b5a29d546fb46bd91fb9b7f04f01f2fb29 /templates/main.php
parent58b5fa245fce0a848e48cf0a6d92eab9d8dab338 (diff)
remove unneeded css import
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index 6742698a..17ad3590 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -21,10 +21,9 @@ script('notes', [
]);
style('notes', [
- '../js/vendor/highlightjs/styles/github',
- 'vendor/bootstrap/tooltip',
'../js/vendor/mdEdit/mdedit',
'../js/vendor/mdEdit/prism',
+ 'vendor/bootstrap/tooltip',
'notes'
]);