From af84d52c67e438fc02eb6220058d846b68ca1a72 Mon Sep 17 00:00:00 2001 From: Kevin Langley Date: Thu, 20 Aug 2015 10:25:10 -0400 Subject: [PATCH] triggering js event on update box to allow for easy binding --- post-selection-ui.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post-selection-ui.js b/post-selection-ui.js index 233454f..9d8ebc4 100644 --- a/post-selection-ui.js +++ b/post-selection-ui.js @@ -101,6 +101,8 @@ } else { $selectionBox.find('.psu-add-posts').show(); } + + $selectionBox.trigger('updated-psu-box'); } is_full = function() {