studio - corrected JQ selector for smoothscrolling in-page links

This commit is contained in:
Brian Talbot
2013-03-27 01:33:04 -04:00
parent 6889b2015b
commit 25acab497e

View File

@@ -81,7 +81,7 @@ $(document).ready(function () {
});
// general link management - smooth scrolling page links
$('a[rel*="view"][href|="#"]').bind('click', smoothScrollLink);
$('a[rel*="view"][href^="#"]').bind('click', smoothScrollLink);
// tender feedback window scrolling
$('a.show-tender').bind('click', smoothScrollTop);