studio - corrected JQ selector for smoothscrolling in-page links
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user