common.js 63 B

1234
  1. $(function()
  2. {
  3. $('[data-toggle="popover"]').popover();
  4. });