diff --git a/lib/json_server.pl b/lib/json_server.pl
index 70493c558..7f03e5d2c 100755
--- a/lib/json_server.pl
+++ b/lib/json_server.pl
@@ -1246,7 +1246,6 @@ sub json_page {
$output .= "Server: MisterHouse\r\n";
$output .= "Connection: close\r\n";
$output .= "Content-type: application/json\r\n";
- $output .= "Connection: close\r\n";
if ($options =~ m/compress/) {
print_log("json_server.pl: DEBUG: Compressing Data as requested by client") if $Debug{json};
my $json;
diff --git a/web/ia7/house/main.shtml b/web/ia7/house/main.shtml
index 22e0d31e2..b0abaf64d 100644
--- a/web/ia7/house/main.shtml
+++ b/web/ia7/house/main.shtml
@@ -82,7 +82,7 @@
MisterHouse was created by Bruce Winter. Ron Klinkien developed the v2.3 web interface. Kevin Robert Keegan
- designed the IA7 web prototype, updates by H.Plato. IA7 v1.5.810 Font Awesome by Dave Gandy - http://fontawesome.io
+ designed the IA7 web prototype, updates by H.Plato. IA7 v1.5.830 Font Awesome by Dave Gandy - http://fontawesome.io
diff --git a/web/ia7/include/javascript.js b/web/ia7/include/javascript.js
index f5ecae215..034bb7d0b 100644
--- a/web/ia7/include/javascript.js
+++ b/web/ia7/include/javascript.js
@@ -1,4 +1,4 @@
-// v1.5.810
+// v1.5.830
var entity_store = {}; //global storage of entities
var json_store = {};
@@ -151,7 +151,7 @@ function changePage (){
$("#sound_element").attr("controls", "controls"); //Show audio Controls
}
if (json_store.ia7_config.prefs.substate_percentages === undefined) json_store.ia7_config.prefs.substate_percentages = 20;
- if (json_store.ia7_config.prefs.developer !== undefined) developer = json_store.ia7_config.prefs.developer;
+//TODO if (json_store.ia7_config.prefs.developer !== undefined) developer = json_store.ia7_config.prefs.developer;
if (json_store.ia7_config.prefs.tooltips !== undefined) show_tooltips = json_store.ia7_config.prefs.tooltips;
// First time loading, set the default speech notifications
if (speech_sound === undefined) {
@@ -195,7 +195,7 @@ function changePage (){
display_mode = c.substring(13, c.length);
}
if (c.indexOf("developer") == 0) {
- developer = c.substring(10, c.length);
+//TODO developer = c.substring(10, c.length);
}
}
}
@@ -415,7 +415,9 @@ function parseLinkData (link,data) {
data = data.replace(/(.*?)<\/a>/img, function (path,r1,r2) {
return r1;
});
- data = data.replace(/href='RUN;\/ia5\/news\/main.shtml\?Check_for_e_mail'/img, 'class="btn-voice-cmd" voice_cmd="Check_for_e_mail"');
+ data = data.replace(/Check for new e mail<\/a>/img, '