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:
@@ -28,7 +28,7 @@
|
||||
?>
|
||||
<tr>
|
||||
<td><?php echo "$client_location_name"; ?></td>
|
||||
<td><a href="https://maps.google.com?q=<?php echo "$client_location_address $client_location_zip"; ?>" target="_blank"><?php echo "$client_location_address"; ?></td>
|
||||
<td><a href="//maps.<?php echo $session_map_source; ?>.com?q=<?php echo "$client_location_address $client_location_zip"; ?>" target="_blank"><?php echo "$client_location_address"; ?></td>
|
||||
<td><?php echo "$client_location_phone"; ?></td>
|
||||
<td>
|
||||
<div class="dropdown dropleft text-center">
|
||||
|
||||
Reference in New Issue
Block a user