1
0
Fork 0

Move mod/fbrowser to src\Modules\Attachment|Photos\Browser

This commit is contained in:
Philipp Holzer 2022-11-25 23:43:07 +01:00
commit d0b16b2fc1
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
24 changed files with 483 additions and 233 deletions

View file

@ -61,11 +61,11 @@ function enableOnUser(){
**/
/* callback */
$('body').on('fbrowser.image.main', function(e, filename, embedcode, id) {
$('body').on('fbrowser.photos.main', function(e, filename, embedcode, id) {
$.colorbox.close();
addeditortext(embedcode);
});
$('body').on('fbrowser.file.main', function(e, filename, embedcode, id) {
$('body').on('fbrowser.photos.main', function(e, filename, embedcode, id) {
$.colorbox.close();
addeditortext(embedcode);
});