This commit is contained in:
Loretta 2024-12-12 09:03:12 +01:00
parent a58cf9ce9b
commit b6ffbb6ced
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;