Skip to content

Commit d7eca94

Browse files
Removes EOL notice block for /ui
1 parent 225fd0b commit d7eca94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/footer_custom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script>
1818
const path = window.location.pathname;
1919

20-
if (path.indexOf('/lite') === 0 || path.indexOf('/cli') === 0 || path.indexOf('/onpremises') === 0 || path.indexOf('/ui') === 0 || path.indexOf('/cloud') === 0) {
20+
if (path.indexOf('/lite') === 0 || path.indexOf('/cli') === 0 || path.indexOf('/onpremises') === 0 || path.indexOf('/cloud') === 0) {
2121
var html = '';
2222

2323
if (path.indexOf('/lite') === 0) {

0 commit comments

Comments
 (0)