1
0
Fork 0

use local photo in email, email photo upload point to new url

This commit is contained in:
Friendika 2010-12-05 19:28:47 -08:00
commit 184f8e143e
2 changed files with 6 additions and 3 deletions

View file

@ -54,7 +54,7 @@ tinyMCE.init({
$(document).ready(function() {
var uploader = new window.AjaxUpload(
'prvmail-upload',
{ action: 'wall_upload',
{ action: 'wall_upload/$nickname',
name: 'userfile',
onSubmit: function(file,ext) { $('#profile-rotator').show(); },
onComplete: function(file,response) {