Skip to content

Commit

Permalink
Compatibility with markdownplus and groupassign plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
JB committed Oct 24, 2019
1 parent 2457bf5 commit fc2a04c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function initialize() {

global $GreenwingConfig;

require_once('plugins/Greenwing/config.php');
require_once('plugins/Greenwing/Config.php');

if (isset($GreenwingConfig['logo'])) {
$this->template->setTemplateOverride('header/title', 'Greenwing:logo');
Expand Down
1 change: 0 additions & 1 deletion dist/main-0e374185bf.css.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/main-0e374185bf.css → dist/main-f1edf4f1ce.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/main-f1edf4f1ce.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rev-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"main.css": "main-0e374185bf.css"
"main.css": "main-f1edf4f1ce.css"
}

0 comments on commit fc2a04c

Please sign in to comment.