Skip to content

Commit

Permalink
Force beforepost callback to hide spinner graphic when closing the popup
Browse files Browse the repository at this point in the history
  • Loading branch information
danjacka committed Jun 18, 2012
1 parent 45736c9 commit 30cb0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collective/table/browser/resources/collective.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ collective.table = (function($) {
tableConfig.find(':radio:checked').data('currentConfig', $.param(data));
sourceChange();
form.closest('.overlay-ajax').overlay().close();
pb.spinner.hide();
return false;
},
config: {
Expand Down

0 comments on commit 30cb0b9

Please sign in to comment.