Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanreddy21 authored Feb 15, 2019
1 parent ff97717 commit b8465ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions restaurant/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="input-group-prepend">
<span class="input-group-text">Search Table</span>
</div>
<input type="text" id="input_table" class="form-control" placeholder="Search" onkeyup="filterTables()">
<input type="text" id="input_table" class="form-control" placeholder="Search table" onkeyup="filterTables()">
</div>
</div>
<div id="tables-display">
Expand All @@ -39,7 +39,7 @@
<div class="input-group-prepend">
<span class="input-group-text">Search Items</span>
</div>
<input type="text" id="input_items" class="form-control" placeholder="Search" onkeyup="filterItems()">
<input type="text" id="input_items" class="form-control" placeholder="Search Items by course,by Food" onkeyup="filterItems()">
</div>
<div id="items-display" class='card-columns'>
</div>
Expand Down Expand Up @@ -73,4 +73,4 @@ <h5 class="modal-title" id="modal-title"></h5>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</body>

</html>
</html>

0 comments on commit b8465ed

Please sign in to comment.