diff --git a/view/templates/item/compose.tpl b/view/templates/item/compose.tpl index 16ba7b477b..22d596b1d5 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 cfc44ceb2f..d1d0d5b623 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 31db86f7cc..05d22d436a 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) {