Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
added more options in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshprasad137 committed Oct 28, 2016
1 parent eb398ca commit 6e43a09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ function initialize() {
<option value="taxi_stand" >Taxi Stand</option><!--16-->
<option value="pharmacy" >Pharmacy</option><!--17-->
<option value="fire_station" >Fire Station</option><!--1-->
<option value="meal_takeaway" >Meal takeaway</option><!--1-->
<option value="parking" >Parking</option><!--1-->
<option value="physiotherapist" >Physiotherapist</option><!--1-->
<option value="cafe" >Cafe</option><!--1-->
<option value="book_store" >Book store</option><!--1-->
<option value="gym" >Gym</option><!--1-->


</select>

Expand Down

0 comments on commit 6e43a09

Please sign in to comment.