diff --git a/website/index.html b/website/index.html index 137f4df0cc1..e264ce34bbe 100644 --- a/website/index.html +++ b/website/index.html @@ -490,16 +490,6 @@ clickhouse-client if (hostParts.length > 2 && hostParts[0] != 'test') { window.location.host = hostParts[0] + '.' + hostParts[1]; } - -/* var available_distributives = ['xenial', 'trusty', 'precise']; - available_distributives.forEach(function (name) { - $('#ubuntu_' + name).on('click', function () { - $('#distributive').html(name); - available_distributives.forEach(function (distr) { - $('#ubuntu_' + distr).attr('class', (name == distr) ? 'distributive_selected' : 'distributive_not_selected'); - }); - }); - });*/ });