fix path for js and css loading

This commit is contained in:
Jakobus Schürz
2023-03-13 03:32:28 +01:00
parent 9782c8e2ad
commit 29d7b4ef24
7 changed files with 148 additions and 6 deletions

View File

@@ -445,6 +445,7 @@ class Conversation
$this->page->registerFooterScript(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.js'));
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput.css'));
$this->page->registerStylesheet(Theme::getPathForFile('js/friendica-tagsinput/friendica-tagsinput-typeahead.css'));
$this->page->registerStylesheet(Theme::getPathForFile('vendor/enyo/dropzone/dist/min/dropzone.min.css'));
$live_update_div = '';