Update ArrayDevices.page

This commit is contained in:
bergware
2023-11-02 03:07:36 +01:00
parent b037b2f1d7
commit 76660f6ca7
+1 -1
View File
@@ -16,7 +16,7 @@ Tag="database"
?>
<script>
String.prototype.no_tilde = function(){return this.replace('<?=$tilde?>','<?=$proxy?>');}
String.prototype.master = function(){return this.split('~')[0];}
String.prototype.master = function(){return this.split('<?=$tilde?>')[0];}
function toggle_state(device,name,action) {
var button = null;