We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225fd0b commit d7eca94Copy full SHA for d7eca94
1 file changed
_includes/footer_custom.html
@@ -17,7 +17,7 @@
17
<script>
18
const path = window.location.pathname;
19
20
- if (path.indexOf('/lite') === 0 || path.indexOf('/cli') === 0 || path.indexOf('/onpremises') === 0 || path.indexOf('/ui') === 0 || path.indexOf('/cloud') === 0) {
+ if (path.indexOf('/lite') === 0 || path.indexOf('/cli') === 0 || path.indexOf('/onpremises') === 0 || path.indexOf('/cloud') === 0) {
21
var html = '';
22
23
if (path.indexOf('/lite') === 0) {
0 commit comments