mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
fix path for js and css loading
This commit is contained in:
parent
9782c8e2ad
commit
29d7b4ef24
7 changed files with 148 additions and 6 deletions
|
@ -164,7 +164,7 @@ class Compose extends BaseModule
|
|||
$this->page->registerFooterScript(Theme::getPathForFile('js/ajaxupload.js'));
|
||||
$this->page->registerFooterScript(Theme::getPathForFile('js/linkPreview.js'));
|
||||
$this->page->registerFooterScript(Theme::getPathForFile('js/compose.js'));
|
||||
|
||||
$this->page->registerFooterScript(Theme::getPathForFile('../vendor/enyo/dropzone/dist/min/dropzone.min.js'));
|
||||
$contact = Contact::getById($a->getContactId());
|
||||
|
||||
if ($this->pConfig->get(DI::userSession()->getLocalUserId(), 'system', 'set_creation_date')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue