Remove unnecessary .js

This commit is contained in:
Niko 2022-02-20 17:59:55 +01:00
parent 779a7db902
commit 13a98f5d35
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
app.media = {
view: function(url) {
if (url.matches(/.*\.(jpg|jpeg|png|ico|webp)$/)) {
// TODO: load a template (with overlay) and set image
console.log(url);
}
},
}