From 101401b2a837e76cb84d1d39cd43754826002d2c Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Tue, 16 Oct 2018 14:09:06 +0300 Subject: [PATCH] Remove some outdated comment --- website/index.html | 10 ---------- 1 file changed, 10 deletions(-) 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'); - }); - }); - });*/ });