mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-18 11:26:13 +00:00
Restock detection - Update stock-not-in-stock.js strings (#2032)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user