fix
This commit is contained in:
parent
a58cf9ce9b
commit
b6ffbb6ced
|
|
@ -47,7 +47,7 @@
|
|||
if (publicProductBidBox) {
|
||||
//var audio = new Audio('../Plugins/Misc.AuctionPlugin/Content/ding.mp3');
|
||||
//audio.play();
|
||||
refreshPublicBidBox(bidNotification, messageWrapper.RequestId == getRequestId());
|
||||
refreshPublicBidBox(bidNotification, messageWrapper.RequestId == window.getRequestId());
|
||||
}
|
||||
if (publicInfo) {
|
||||
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.
|
||||
updateBidButtonDisabledState = true;
|
||||
updateBidButtonDisabledState = true;
|
||||
|
||||
var widgetPriceElement = document.getElementById("price-value-" + bidBoxPageViewModel.ProductId);
|
||||
var currency = bidBoxPageViewModel.WorkingCurrency;
|
||||
|
|
|
|||
Loading…
Reference in New Issue