mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:50:11 +00:00
fix a warning and suggestions for pullrequest
* fix indentation to tabs * remove unneeded calls for dropzone.min.js and dropzone.min.css * removed debug output
This commit is contained in:
parent
6a7f17559e
commit
359ad6ff5a
9 changed files with 164 additions and 141 deletions
|
@ -164,7 +164,6 @@ 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