add return to home
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="fixed-top text-center device-label" id="pth"></div>
|
<div class="fixed-top text-center device-label" id="pth" onclick="window.location = ('../index.html')"></div>
|
||||||
<div class="container in">
|
<div class="container in">
|
||||||
<h1>Device status</h1>
|
<h1>Device status</h1>
|
||||||
<div class="row" id="boxes">
|
<div class="row" id="boxes">
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
var a_m = -1;
|
var a_m = -1;
|
||||||
var m_t = ['DMX/RDM settings', 'Reset timers', 'Reset temperatures', 'Wireless settings', ];
|
var m_t = ['DMX/RDM settings', 'Reset timers', 'Reset temperatures', 'Wireless settings'];
|
||||||
|
|
||||||
function open_modal(i) {
|
function open_modal(i) {
|
||||||
a_m = i;
|
a_m = i;
|
||||||
|
|||||||
Reference in New Issue
Block a user