Remove unnecessary .js
This commit is contained in:
parent
779a7db902
commit
13a98f5d35
|
@ -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);
|
||||
}
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue