Skip to content

Commit

Permalink
Merge pull request #18 from voceconnect/adding_updated_js_event
Browse files Browse the repository at this point in the history
triggering js event on update box to allow for easy binding
  • Loading branch information
Michael Pretty committed Aug 20, 2015
2 parents 653b9e2 + af84d52 commit 7ff07c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions post-selection-ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
} else {
$selectionBox.find('.psu-add-posts').show();
}

$selectionBox.trigger('updated-psu-box');
}

is_full = function() {
Expand Down

0 comments on commit 7ff07c6

Please sign in to comment.