popovers shouldn't snap the page to the top
This commit is contained in:
parent
cfc54ede6c
commit
b04675abfc
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue