mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Open up Apple Maps instead of maps.google.com in IOS
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<tr>
|
||||
<td><a href="client.php?client_id=<?php echo $client_id; ?>"><?php echo "$client_name"; ?></a></td>
|
||||
<td>
|
||||
<a href="https://maps.google.com?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
|
||||
<a href="//maps.<?php echo $session_map_source; ?>.com?q=<?php echo "$client_address $client_zip"; ?>" target="_blank">
|
||||
<?php echo "$client_address"; ?>
|
||||
<br>
|
||||
<?php echo "$client_city $client_state $client_zip"; ?>
|
||||
|
||||
Reference in New Issue
Block a user