remove obsolete view

This commit is contained in:
Florian Staudacher 2013-09-03 23:15:12 +02:00
parent 41c0880a9d
commit 306890445e
2 changed files with 0 additions and 20 deletions

View file

@ -1,18 +0,0 @@
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
:javascript
function createUploader(){
var aspectIds = "#{aspect_ids}".split(',');
var uploader = new qq.FileUploaderBasic({
params: {'photo' : {'pending' : 'true', 'aspect_ids' : aspectIds}, 'set_profile_image' : "#{set_profile_image if defined?(set_profile_image)}"},
});
}
// createUploader();

View file

@ -89,5 +89,3 @@
#publisher_photo_upload #publisher_photo_upload
= render 'photos/new_photo', :aspect_ids => aspect_ids.join(',')