Skip to content
Snippets Groups Projects
Commit 1b386041 authored by Uma's avatar Uma
Browse files

Merge branch 'quickcreate_backdrop' into 'master'

Fixes #1195 Set backdrop to static on modal window

See merge request !516
parents 946759b0 22c31381
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); // 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