Skip to content

Commit

Permalink
#4145 - Uploader's enhancement (fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlesnikov committed Dec 20, 2022
1 parent 5695473 commit 21604f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/base/general/classes/BxBaseModGeneralTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,8 @@ function _prepareImage($aData, $sUniqId, $sUploader, $sStorage, $sField, $bAllow
'button_title' => '',
'attrs' => "class='hidden'"
];

$this->addJs(['BxDolUploader.js']);

$sAddCode = $this->parseHtmlByName('image_tweak.html', [
'id' => $aData['id'],
Expand Down

0 comments on commit 21604f0

Please sign in to comment.