@@ -127,7 +127,7 @@ $( function(){
setInterval(sendDirectCheck, 3000);
// modal hide event
- $('#sendResultList').on('hidden.bs.modal', function () {
+ $('#sendResultList').on('hide.bs.modal', function () {
$( "div.popover" ).hide();
});