aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot-header.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-13 03:15:07 -0800
committerfriendica <info@friendica.com>2013-11-13 03:15:07 -0800
commit251ba6db30d9f75d1e9e03e5bed6c5dec2c4402b (patch)
treeaefad98d41e39f7a1687378ffcb1f5978eb57fa4 /view/tpl/jot-header.tpl
parenta1b8f6e4ec4fb0b9a56857173bb2f390f4f42fdd (diff)
downloadvolse-hubzilla-251ba6db30d9f75d1e9e03e5bed6c5dec2c4402b.tar.gz
volse-hubzilla-251ba6db30d9f75d1e9e03e5bed6c5dec2c4402b.tar.bz2
volse-hubzilla-251ba6db30d9f75d1e9e03e5bed6c5dec2c4402b.zip
fix photo permissions on encrypted posts
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-xview/tpl/jot-header.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl
index 97c638fd4..1ceca04c6 100755
--- a/view/tpl/jot-header.tpl
+++ b/view/tpl/jot-header.tpl
@@ -120,6 +120,7 @@ function enableOnUser(){
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },
onComplete: function(file,response) {
addeditortext(response);
+ $('#jot-media').val($('#jot-media').val() + response);
$('#profile-rotator').spin(false);
}
}
@@ -131,6 +132,7 @@ function enableOnUser(){
onSubmit: function(file,ext) { $('#profile-rotator').spin('tiny'); },
onComplete: function(file,response) {
addeditortext(response);
+ $('#jot-media').val($('#jot-media').val() + response);
$('#profile-rotator').spin(false);
}
}