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