in themes/kube/static/js/kube.js [2179:2191]
shouldNotBeClosed: function(el)
{
if ($(el).attr('data-action') === 'modal-close' || el === this.$close[0])
{
return false;
}
else if ($(el).closest('.modal').length === 0)
{
return false;
}
return true;
}