Skip to content

Commit

Permalink
mnt: sundry fixes per review
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Dec 5, 2023
1 parent 5aaa293 commit 0a12fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion htdocs/nws/ccoop_current.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ function new_window(url) {


$sorts = array("asc" => "Ascending", "desc" => "Descending");

$baseurl = "/nws/ccoop_current.php?";
$one = get_sortdir($baseurl, "sid", $sortcol, $sortdir);
$two = get_sortdir($baseurl, "name", $sortcol, $sortdir);
$three = get_sortdir($baseurl, "county", $sortcol, $sortdir);
Expand Down
4 changes: 2 additions & 2 deletions htdocs/scan/current.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ a column to sort it. Timestamps are in the local station's timezone.<br>
<form method="GET" action="/my/current.phtml">
<table class="table table-striped">
<thead>
<thead class="sticky">
<tr>
<th rowspan="2">ADD:</th>
<th rowspan="2">Station:</th>
Expand Down Expand Up @@ -150,7 +150,7 @@ a column to sort it. Timestamps are in the local station's timezone.<br>
<h3>SCAN Soil Conditions</h3>
<table class="table table-striped">
<thead>
<thead class="sticky">
<tr>
<th colspan=2>&nbsp;</th>
<th colspan=2>2 inch</th>
Expand Down

0 comments on commit 0a12fe4

Please sign in to comment.