Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Aug 23, 2019
1 parent dae95ad commit d3781a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/admin-tools/select-file.php
Expand Up @@ -57,7 +57,16 @@
}
}
if (sx.Window.openerWidget()) {
sx.Window.openerWidgetTriggerEvent('selectFile', {
'file': file
});
return this;
}
sx.alert(file);
return this;
}
});
Expand Down

0 comments on commit d3781a2

Please sign in to comment.