popovers shouldn't snap the page to the top

This commit is contained in:
Ryan Walberg 2012-11-26 02:47:27 +00:00
parent cfc54ede6c
commit b04675abfc
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
imageBtnPrev: 'lightbox/images/lightbox-btn-prev.gif',
imageBtnNext: 'lightbox/images/lightbox-btn-next.gif'
});
$('a[rel=popover]').popover();
$('a[rel=popover]').removeAttr('href').popover();
});
</script>
</head>

View file

@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
imageBtnPrev: 'lightbox/images/lightbox-btn-prev.gif',
imageBtnNext: 'lightbox/images/lightbox-btn-next.gif'
});
$('a[rel=popover]').popover();
$('a[rel=popover]').removeAttr('href').popover();
});
</script>
</head>