No need to scrollTop anymore!
Since both sides are now scrollable
This commit is contained in:
@@ -28,10 +28,6 @@ function item_open(item_id, item_type, pushState, project_url)
|
||||
}
|
||||
}
|
||||
|
||||
if ($(window).scrollTop() > 0) {
|
||||
$("html, body").animate({scrollTop: 0 }, '500', 'swing');
|
||||
}
|
||||
|
||||
$('#col_right .col_header span.header_text').text(item_type + ' details');
|
||||
|
||||
// Style elements starting with item_type and dash, e.g. "#shot-uuid"
|
||||
|
Reference in New Issue
Block a user