diff --git a/app/views/photos/_new_photo.haml b/app/views/photos/_new_photo.haml index ccfd73eab..bec158735 100644 --- a/app/views/photos/_new_photo.haml +++ b/app/views/photos/_new_photo.haml @@ -10,7 +10,7 @@ var uploader = new qq.FileUploaderBasic({ element: document.getElementById('file-upload'), params: {'photo' : {'pending' : 'true', 'aspect_ids' : aspectIds}, 'set_profile_image' : "#{set_profile_image if defined?(set_profile_image)}"}, - allowedExtensions: ['jpg', 'jpeg', 'png', 'gif'], + allowedExtensions: ['jpg', 'jpeg', 'png', 'gif', 'tiff'], action: "#{photos_path}", debug: true, button: document.getElementById('file-upload'),