Skip to content
Snippets Groups Projects
Commit 746232b6 authored by Uma's avatar Uma
Browse files

Fixes #1195 Set backdrop to static on modal window

parent e49ada0f
No related branches found
No related tags found
No related merge requests found
......@@ -453,6 +453,7 @@ jQuery.Class("Vtiger_Helper_Js",{
aDeferred.resolve();
})
$('.myModal').modal('hide');
$('.myModal').data('bs.modal',null); // New line to clear any options previously set
return aDeferred.promise();
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment