I have colorbox and boostrap libraries added and every time I perform a
$('#selector').modal('show');
It opens Boostrap modal and then when I close Boostrap's it opens colorbox modal.
Is there any way to prevent this without removing colorbox src?