Bug fix producer
This commit is contained in:
2
klasa.js
2
klasa.js
@@ -801,7 +801,7 @@ class IdmHotspot{
|
||||
|
||||
|
||||
markupProducer(prod){
|
||||
if(!this.options.showProducer) return producerMarkup;
|
||||
if(!this.options.showProducer) return "";
|
||||
|
||||
const isImgIncluded = typeof this.options.showProducer === "string" && this.options.showProducer?.includes("img");
|
||||
const isLinkIncluded = typeof this.options.showProducer === "string" && this.options.showProducer?.includes("link");
|
||||
|
||||
Reference in New Issue
Block a user