File "modal-navigation.js"

Full Path: C:/wamp64/www/CALIDADWEB/CALIDADWEB/FRONTED/JS/modal-navigation.js
File size: 104 bytes
MIME-type: text/plain
Charset: utf-8


$('#bologna-list a').on('click', function (e) {
  e.preventDefault()
  $(this).tab('show')
})