mirror of https://github.com/OCA/web.git
[FIX] Module 'support_branding' - Close the CrashManager dialog after pushing the 'Send to' button
parent
e3b42a5c62
commit
a6845510a9
|
@ -121,8 +121,8 @@ openerp.support_branding = function(instance) {
|
||||||
})
|
})
|
||||||
.then(function()
|
.then(function()
|
||||||
{
|
{
|
||||||
//TODO close the dialog
|
$form.parents('.ui-dialog').dialog().dialog("close");
|
||||||
$form.parents('.ui-dialog').hide();
|
$('.ui-widget-overlay').hide()
|
||||||
});
|
});
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue