fix test website instance

This commit is contained in:
Ivan Blinkov 2017-06-07 19:04:39 +03:00
parent b5aa5c9f8d
commit 9dcdb0497d

View File

@ -848,7 +848,7 @@ clickhouse-client
});
var hostParts = window.location.host.split('.');
if (hostParts.length > 2) {
if (hostParts.length > 2 && hostParts[0] != 'test') {
window.location.host = hostParts[0] + '.' + hostParts[1];
}