X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/765844777c85210d541321bfed7582c07a1b4b00..091b7b5:/src/editor/plugins/core/metadataEditor/action.js diff --git a/src/editor/plugins/core/metadataEditor/action.js b/src/editor/plugins/core/metadataEditor/action.js index 96e5b95..8c420c5 100644 --- a/src/editor/plugins/core/metadataEditor/action.js +++ b/src/editor/plugins/core/metadataEditor/action.js @@ -29,8 +29,8 @@ return function(ctx) { dialog.setContentView(view.dom); dialog.on('execute', function(e) { var cover_url = view.getMetadataByKey('relation.coverimage.url'); - if (cover_url && !cover_url.match(/\.(png|jpg|jpeg|gif|tif|tiff)$/i)) { - window.alert(gettext('The cover needs to be an image file: jpg, png, gif. Use another URL or clear the cover field.')); + if (cover_url && !cover_url.match(/\.(png|jpg|jpeg|gif|svg)$/i)) { + window.alert(gettext('The cover needs to be an image file: jpg, png, gif, svg. Use another URL or clear the cover field.')); return; } e.success();