Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
delegate edit listing form canceling (bug 842580)
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Feb 21, 2013
1 parent 857d05c commit 0e76ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/devreg/devhub.js
Expand Up @@ -290,7 +290,7 @@ $(document).ready(function() {

truncateFields();

$('.addon-edit-cancel').on('click', _pd(function() {
z.page.on('click', '.addon-edit-cancel', _pd(function() {
var $this = $(this),
parent_div = $this.closest('.edit-addon-section');
parent_div.load($this.attr('href'), function() {
Expand Down

0 comments on commit 0e76ef7

Please sign in to comment.