Improved EditForm
This commit is contained in:
@ -515,7 +515,7 @@ export class AnimeNotifier {
|
||||
let extension = ""
|
||||
|
||||
// Replace URL with WebP if supported
|
||||
if(this.webpEnabled && element.dataset.webp) {
|
||||
if(this.webpEnabled && element.dataset.webp === "true") {
|
||||
let queryPos = dataSrc.lastIndexOf("?")
|
||||
|
||||
if(queryPos !== -1) {
|
||||
|
Reference in New Issue
Block a user