diff options
author | marijus <mario@localhost.localdomain> | 2013-11-13 17:04:14 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-13 17:04:14 +0100 |
commit | 71fb7f3edf014621b0f7de48dac86fd30bd0796a (patch) | |
tree | 4e499af061fc873998cec5eaf55ecd442ffb9933 /view/tpl/jot-header.tpl | |
parent | 71d864f28310d35b683e8f024c7dc5af586f486f (diff) | |
parent | 251ba6db30d9f75d1e9e03e5bed6c5dec2c4402b (diff) | |
download | volse-hubzilla-71fb7f3edf014621b0f7de48dac86fd30bd0796a.tar.gz volse-hubzilla-71fb7f3edf014621b0f7de48dac86fd30bd0796a.tar.bz2 volse-hubzilla-71fb7f3edf014621b0f7de48dac86fd30bd0796a.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/jot-header.tpl')
-rwxr-xr-x | view/tpl/jot-header.tpl | 2 |
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); } } |