diff --git a/view/templates/item/compose.tpl b/view/templates/item/compose.tpl index 16ba7b477..22d596b1d 100644 --- a/view/templates/item/compose.tpl +++ b/view/templates/item/compose.tpl @@ -105,8 +105,6 @@ previewsContainer: '#dz-previewsCompose', preventDuplicates: true, clickable: true, - thumbnailWidth: 100, - thumbnailHeight: 100, url: "/media/photo/upload?response=url&album=", accept: function(file, done) { done(); diff --git a/view/theme/frio/templates/comment_item.tpl b/view/theme/frio/templates/comment_item.tpl index cfc44ceb2..d1d0d5b62 100644 --- a/view/theme/frio/templates/comment_item.tpl +++ b/view/theme/frio/templates/comment_item.tpl @@ -75,8 +75,6 @@ previewsContainer: '#dz-preview-{{$id}}', preventDuplicates: true, clickable: true, - thumbnailWidth: 100, - thumbnailHeight: 100, url: "/media/photo/upload?response=url&album=", accept: function(file, done) { done(); diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index 31db86f7c..05d22d436 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -189,11 +189,7 @@ can load different content into the jot moadl (e.g. the item edit jot) previewsContainer: '#dz-preview-jot', url: "/media/photo/upload?response=url&album=", accept: function(file, done) { - if (file.name == "justinbieber.jpg") { - done("Naha, you don't."); - } else { - done(); - } + done(); }, init: function() { this.on("success", function(file, serverResponse) {