CLICKHOUSE-2934: update url hash on slow scroll

This commit is contained in:
Ivan Blinkov 2017-04-11 07:38:43 +03:00
parent 8ad21d94c1
commit df481aec89

View File

@ -846,6 +846,7 @@ clickhouse-client
$('html, body').animate({
scrollTop: offset
}, 500);
window.history.replaceState('', document.title, window.location.href.replace(location.hash, '') + this.hash);
});
var available_distributives = ['xenial', 'trusty', 'precise'];