Merge branch 'master' of https://github.com/friendica/red
This commit is contained in:
commit
a7aa4efc08
@ -1 +1 @@
|
|||||||
2014-10-12.826
|
2014-10-13.827
|
||||||
|
@ -49,7 +49,7 @@ else
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var uploader = new window.AjaxUpload(
|
var uploader = new window.AjaxUpload(
|
||||||
'prvmail-upload',
|
'prvmail-upload-wrapper',
|
||||||
{ action: 'wall_upload/{{$nickname}}',
|
{ action: 'wall_upload/{{$nickname}}',
|
||||||
name: 'userfile',
|
name: 'userfile',
|
||||||
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },
|
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },
|
||||||
@ -61,7 +61,7 @@ else
|
|||||||
);
|
);
|
||||||
|
|
||||||
var file_uploader = new window.AjaxUpload(
|
var file_uploader = new window.AjaxUpload(
|
||||||
'prvmail-attach',
|
'prvmail-attach-wrapper',
|
||||||
{ action: 'wall_attach/{{$nickname}}',
|
{ action: 'wall_attach/{{$nickname}}',
|
||||||
name: 'userfile',
|
name: 'userfile',
|
||||||
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },
|
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },
|
||||||
|
Reference in New Issue
Block a user