Browse Source

[FIX] Module 'support_branding' - Close the CrashManager dialog after pushing the 'Send to' button

pull/165/head
sebalix 9 years ago
parent
commit
a6845510a9
  1. 4
      support_branding/static/src/js/support_branding.js

4
support_branding/static/src/js/support_branding.js

@ -121,8 +121,8 @@ openerp.support_branding = function(instance) {
})
.then(function()
{
//TODO close the dialog
$form.parents('.ui-dialog').hide();
$form.parents('.ui-dialog').dialog().dialog("close");
$('.ui-widget-overlay').hide()
});
ev.preventDefault();
});

Loading…
Cancel
Save