11 lines
248 B
JavaScript
11 lines
248 B
JavaScript
/*
|
|
* 2018 Singleton software
|
|
*
|
|
* @author Singleton software <info@singleton-software.com>
|
|
* @copyright 2018 Singleton software
|
|
*/
|
|
|
|
$(document).ready(function() {
|
|
moveFreshPrices(productID, false);
|
|
displayProductDetailPrice(productID, null);
|
|
}); |