Altered GHR-Builder to show popovers, added logo favicon, and changed DONE to Return to Subscription Page.

This commit is contained in:
James Richie
2026-04-21 20:23:49 -04:00
parent cb9e1a9fa1
commit b77e555e6f
7 changed files with 17 additions and 22 deletions
+1 -2
View File
@@ -253,8 +253,7 @@ class Counties extends Base {
public function getCounties() {
$SQL = "select view_counties.*
from view_counties";
$SQL = "select view_counties.* from view_counties";
return $this->getTable("counties", $SQL);
}