mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
4e53ba0c20
commit
272911527c
4 changed files with 1 additions and 8 deletions
|
@ -67,8 +67,6 @@ const Browser = {
|
|||
Browser.id = h.split('-')[1];
|
||||
}
|
||||
|
||||
console.log('FileBrowser:', nickname, type, Browser.event, Browser.id);
|
||||
|
||||
$('.error a.close').on('click', function (e) {
|
||||
e.preventDefault();
|
||||
$('.error').addClass('hidden');
|
||||
|
@ -90,7 +88,6 @@ const Browser = {
|
|||
if (Browser.type === "attachment") {
|
||||
embed = '[attachment]' + this.dataset.link + '[/attachment]';
|
||||
}
|
||||
console.log(Browser.event, this.dataset.filename, embed, Browser.id);
|
||||
parent.$('body').trigger(Browser.event, [
|
||||
this.dataset.filename,
|
||||
embed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue