|
@@ -337,12 +337,12 @@
|
|
|
});
|
|
|
|
|
|
// refresh once ticket popup is closed
|
|
|
- $('body').off('stag-popup-closed')
|
|
|
+ /*$('body').off('stag-popup-closed')
|
|
|
$('body').on('stag-popup-closed', function() {
|
|
|
if($('#note-single-header').length) {
|
|
|
fastReload();
|
|
|
}
|
|
|
- });
|
|
|
+ });*/
|
|
|
// ticket-popup
|
|
|
$(document)
|
|
|
.off('click', '.ticket-popup-trigger.note-dashboard-action')
|