This commit is contained in:
rahulshukla-home 2020-05-20 17:15:10 +05:30
parent 17ae225444
commit 4cf8b7cddb
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
},
changeStock: function (productId) {
var inStockElement = document.querySelector('.stock-status');
var inStockElement = document.querySelector('.disable-box-shadow');
if (productId) {
inStockElement.style.display= "block";