remove obsolete view
This commit is contained in:
parent
41c0880a9d
commit
306890445e
2 changed files with 0 additions and 20 deletions
|
|
@ -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();
|
||||
|
|
@ -89,5 +89,3 @@
|
|||
|
||||
|
||||
#publisher_photo_upload
|
||||
= render 'photos/new_photo', :aspect_ids => aspect_ids.join(',')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue