Skip to content

Commit 2575ea3

Browse files
committed
Bug fix and appcache bump
1 parent bcfbfe8 commit 2575ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

www/app/HardwareController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ define(['app'], function (app) {
4444
var datatimeout=$('#hardwarecontent #hardwareparamstable #combodatatimeout').val();
4545

4646
var text = $("#hardwarecontent #hardwareparamstable #combotype option:selected").text();
47-
if ((text.indexOf("Domoticz Internal") >= 0)||(text.indexOf("TE923") >= 0)||(text.indexOf("Volcraft") >= 0)||(text.indexOf("1-Wire") >= 0)||(text.indexOf("GPIO") >= 0)||(text.indexOf("BMP085") >= 0)||(text.indexOf("Dummy") >= 0)||(text.indexOf("System Alive") >= 0)||(text.indexOf("PiFace") >= 0)||(text.indexOf("Motherboard") >= 0)||(text.indexOf("Kodi") >= 0)||(text.indexOf("Evohome") >= 0 && text.indexOf("script") >= 0))
47+
if ((text.indexOf("Panasonic") >= 0)||(text.indexOf("Domoticz Internal") >= 0)||(text.indexOf("TE923") >= 0)||(text.indexOf("Volcraft") >= 0)||(text.indexOf("1-Wire") >= 0)||(text.indexOf("GPIO") >= 0)||(text.indexOf("BMP085") >= 0)||(text.indexOf("Dummy") >= 0)||(text.indexOf("System Alive") >= 0)||(text.indexOf("PiFace") >= 0)||(text.indexOf("Motherboard") >= 0)||(text.indexOf("Kodi") >= 0)||(text.indexOf("Evohome") >= 0 && text.indexOf("script") >= 0))
4848
{
4949
$.ajax({
5050
url: "json.htm?type=command&param=updatehardware&htype=" + hardwaretype +

www/html5.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# ref 1181
2+
# ref 1182
33

44
CACHE:
55
# CSS

0 commit comments

Comments
 (0)