Skip to content

Commit

Permalink
Fix cancel. Closes woocommerce#1054.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed May 26, 2012
1 parent 19be69d commit 66acc8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/js/admin/write-panels.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,8 @@ jQuery( function($){

});

} else {
$('.woocommerce_attributes').unblock();
}

return false;
Expand Down
Loading

0 comments on commit 66acc8d

Please sign in to comment.