mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-26 22:21:38 +01:00
Merge branch 'current' into next
This commit is contained in:
commit
8a44295dc2
@ -36,9 +36,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
if (window.location.pathname === "/") {
|
||||
window.document.title = "ESPHome"
|
||||
}
|
||||
var old = window.localStorage.getItem("version");
|
||||
if (old === null) { window.localStorage.setItem("version", "{{ version }}");
|
||||
} else if (old !== "{{ version }}") {
|
||||
|
Loading…
Reference in New Issue
Block a user