Skip to content

Commit

Permalink
Stinking typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ThermoMan committed Sep 27, 2013
1 parent e5fa306 commit 34f97be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion register.class
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fieldset.auto-width
{
border: 1px solid #FF0000;
/* width: 40em; */
width: 50%;
width: 75%;
display: inline-block;
padding: 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion resources/thermo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<p class='status'><table><tr><td><img src='images/img_trans.gif' width='1' height='1' class='wheels' /></td><td>Looking up the forecast.</td></tr></table></p>";
break;

Expand Down

0 comments on commit 34f97be

Please sign in to comment.