$('#modal-sensory').on('show.bs.modal', function (event) {
// Button that triggered the modal
var button = $(event.relatedTarget)
// the modal
var modal = $(this);
//show tab
modal.find('[href="'+button.attr("href")+'"]').tab('show');
});