Update ImageUtilities.plugin.js
This commit is contained in:
parent
170da9dcd6
commit
2eae92df37
|
@ -1700,7 +1700,7 @@ module.exports = (_ => {
|
||||||
}
|
}
|
||||||
|
|
||||||
removeFormatInUrl (url) {
|
removeFormatInUrl (url) {
|
||||||
return (url || "").replace(/\&format\=[A-z]+/g, "").replace(/\?format\=[A-z]+\&/g, "?").replace(/\?format\=[A-z]+/g, "");
|
return (url || "").replace(/format\=[A-z]+(\&){0,1}/g, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
addListener (eventType, type, callback) {
|
addListener (eventType, type, callback) {
|
||||||
|
|
Loading…
Reference in New Issue