Fix ooui downloadImage callback
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ class GlModelTransformOutput extends MediaTransformOutput {
|
||||
} else {
|
||||
$annotations = $metadata['annotations'];
|
||||
}
|
||||
foreach($annotations as $label => $an) {
|
||||
foreach($annotations as $label => $an) {
|
||||
$elAnnot = Html::rawElement('div',['class' => 'HotspotAnnotation HiddenAnnotation'],$label);
|
||||
$hsDefault = array(
|
||||
'class' => 'Hotspot awaiting-model',
|
||||
|
||||
Reference in New Issue
Block a user