Hello,
This minor update to the calender on the sell, edit item, and order pages for the time selection to support touch input for the time and updated the latest version of the calender files. Files to update ===========
theme/default/Sell.html theme/default/EditItem.html theme/default/OrderBuyer.html theme/default/OrderSeller.html
js/jquery.datetimepicker.js js/jquery.ui.sliderAccess.js js/jquery.datetimepicker.css
If you have done customizations to these templates, you can just coy the small changes:
Code: HTML
<link rel="stylesheet" type="text/css" href="[plugin::jsUrl]jquery.datetimepicker.css" />
<script type="text/javascript" src="[plugin::jsUrl]jquery.datetimepicker.js"></script>
<script type="text/javascript" src="[plugin::jsUrl]jquery.ui.sliderAccess.js"></script>
|
Thanks
|