Skip to content

Commit

Permalink
Not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 19, 2017
1 parent c7ccb67 commit 90c63f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansel/js/ansel.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,13 +547,13 @@ AnselCore =
}

HordeCore.doAction('saveGallery', data, {
callback: this.saveGalleryCallback.bind(this, gform, data)
callback: this.saveGalleryCallback.bind(this, gform)
});

return true;
},

saveGalleryCallback: function(form, data)
saveGalleryCallback: function(form)
{
form.down('.anselGallerySave').enable();
this.closeRedBox();
Expand Down

0 comments on commit 90c63f6

Please sign in to comment.