X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fjot-header.tpl;h=808d51126224570f423b4f6c71a9b900182f8683;hb=f842e7b81395803d4bd914175455d120837da312;hp=53d5c7288ed79c7191448b8bfa3e355e8218248d;hpb=5dc9319bb27dd2e7ecd83c0c904acfd9cb7f775d;p=friendica.git diff --git a/view/templates/jot-header.tpl b/view/templates/jot-header.tpl index 53d5c7288e..808d511262 100644 --- a/view/templates/jot-header.tpl +++ b/view/templates/jot-header.tpl @@ -61,11 +61,11 @@ function enableOnUser(){ **/ /* callback */ - $('body').on('fbrowser.image.main', function(e, filename, embedcode, id) { + $('body').on('fbrowser.photo.main', function(e, filename, embedcode, id) { $.colorbox.close(); addeditortext(embedcode); }); - $('body').on('fbrowser.file.main', function(e, filename, embedcode, id) { + $('body').on('fbrowser.attachment.main', function(e, filename, embedcode, id) { $.colorbox.close(); addeditortext(embedcode); }); @@ -236,5 +236,7 @@ function enableOnUser(){ $("#profile-jot-text").val(currentText + data); } + {{$geotag nofilter}} +