No need to scrollTop anymore!

Since both sides are now scrollable
This commit is contained in:
2016-11-04 16:38:47 +01:00
parent deff214b42
commit e4795d6b12

View File

@@ -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"