fix
This commit is contained in:
parent
a58cf9ce9b
commit
b6ffbb6ced
|
|
@ -47,7 +47,7 @@
|
||||||
if (publicProductBidBox) {
|
if (publicProductBidBox) {
|
||||||
//var audio = new Audio('../Plugins/Misc.AuctionPlugin/Content/ding.mp3');
|
//var audio = new Audio('../Plugins/Misc.AuctionPlugin/Content/ding.mp3');
|
||||||
//audio.play();
|
//audio.play();
|
||||||
refreshPublicBidBox(bidNotification, messageWrapper.RequestId == getRequestId());
|
refreshPublicBidBox(bidNotification, messageWrapper.RequestId == window.getRequestId());
|
||||||
}
|
}
|
||||||
if (publicInfo) {
|
if (publicInfo) {
|
||||||
var functionName = "refreshPublicInfo" + productToAuctionDto.productId;
|
var functionName = "refreshPublicInfo" + productToAuctionDto.productId;
|
||||||
|
|
|
||||||
|
|
@ -373,7 +373,7 @@
|
||||||
// }
|
// }
|
||||||
|
|
||||||
//TODO: KINYOMOZNI! valamiért mindig false a updateBidButtonDisabledState és emiatt nem állítja a button disabled-eket... - J.
|
//TODO: KINYOMOZNI! valamiért mindig false a updateBidButtonDisabledState és emiatt nem állítja a button disabled-eket... - J.
|
||||||
updateBidButtonDisabledState = true;
|
updateBidButtonDisabledState = true;
|
||||||
|
|
||||||
var widgetPriceElement = document.getElementById("price-value-" + bidBoxPageViewModel.ProductId);
|
var widgetPriceElement = document.getElementById("price-value-" + bidBoxPageViewModel.ProductId);
|
||||||
var currency = bidBoxPageViewModel.WorkingCurrency;
|
var currency = bidBoxPageViewModel.WorkingCurrency;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue