kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Restock detection - Update stock-not-in-stock.js strings (#2032)
rodzic
824748df9e
commit
792fedb8bc
|
@ -40,6 +40,7 @@ function isItemInStock() {
|
|||
'out-of-stock',
|
||||
'produkt niedostępny',
|
||||
'sold out',
|
||||
'sold-out',
|
||||
'temporarily out of stock',
|
||||
'temporarily unavailable',
|
||||
'tickets unavailable',
|
||||
|
@ -111,4 +112,4 @@ function isItemInStock() {
|
|||
}
|
||||
|
||||
// returns the element text that makes it think it's out of stock
|
||||
return isItemInStock();
|
||||
return isItemInStock();
|
||||
|
|
Ładowanie…
Reference in New Issue