diff --git a/register.class b/register.class index 4242e7d..c6812f0 100644 --- a/register.class +++ b/register.class @@ -122,7 +122,7 @@ fieldset.auto-width { border: 1px solid #FF0000; /* width: 40em; */ - width: 50%; + width: 75%; display: inline-block; padding: 10px; } diff --git a/resources/thermo.js b/resources/thermo.js index 934ec4e..76556a8 100644 --- a/resources/thermo.js +++ b/resources/thermo.js @@ -290,7 +290,7 @@ function update( action ) { // Only bother asking for info if we're set up to ask for it. return; } - alert( 'If it is false, I should not see this. It is (' + document.getElementsByName('useForecast')[0].value + ')' ); + //alert( 'If it is false, I should not see this. It is (' + document.getElementsByName('useForecast')[0].value + ')' ); document.getElementById( 'forecast' ).innerHTML = "

Looking up the forecast.

"; break;