use local photo in email, email photo upload point to new url
This commit is contained in:
parent
75306b6294
commit
184f8e143e
2 changed files with 6 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue