Update templates/menu.html (#3)
Browse files- Update templates/menu.html (0c54a1319d9a3030f0fe95e780608029941e5b22)
Co-authored-by: geetha <[email protected]>
- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -1384,7 +1384,7 @@
|
|
1384 |
</div>
|
1385 |
</div>
|
1386 |
<div class="modal-footer">
|
1387 |
-
<button type="button" class="btn btn-primary" onclick="
|
1388 |
</div>
|
1389 |
</div>
|
1390 |
</div>
|
|
|
1384 |
</div>
|
1385 |
</div>
|
1386 |
<div class="modal-footer">
|
1387 |
+
<button type="button" class="btn btn-primary" onclick="addToCartFromModal()">Add to Cart</button>
|
1388 |
</div>
|
1389 |
</div>
|
1390 |
</div>
|