mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
fix test website instance
This commit is contained in:
parent
b5aa5c9f8d
commit
9dcdb0497d
@ -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];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user