Project

General

Profile

« Previous | Next » 

Revision 5787

comment out the Refresh button for the Cart - now loading it when the page loads and after every edit

View differences:

index.jsp
634 634
					<th>
635 635
						<p>
636 636
						Cart
637
						<input type="button" value="Refresh" onclick="loadCart()"/>
637
						<!-- <input type="button" value="Refresh" onclick="loadCart()"/> -->
638 638
						<input type="button" value="Remove all" onclick="clearCart(); loadCart()"/>
639 639
						</p>
640 640
					</th>
......
647 647
					</td>
648 648
				</tr>
649 649
			</table>
650
		</div
650
		</div>
651 651
					
652 652
	</div>
653 653
	

Also available in: Unified diff