diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-04 20:03:38 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-04 20:03:38 -0700 |
commit | d090033a0aab7197af9dc7f3e2cf21ebdf042b21 (patch) | |
tree | db177b9ce7292b8972a29efcb85f83a3b2dc6470 /view/jot-header.tpl | |
parent | 3540ada84ff9c64a0c4f8354cbc69032281907f2 (diff) | |
download | volse-hubzilla-d090033a0aab7197af9dc7f3e2cf21ebdf042b21.tar.gz volse-hubzilla-d090033a0aab7197af9dc7f3e2cf21ebdf042b21.tar.bz2 volse-hubzilla-d090033a0aab7197af9dc7f3e2cf21ebdf042b21.zip |
more photo progress
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index fc05a40be..6402d5db6 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -31,7 +31,7 @@ tinyMCE.init({ name: 'userfile', onSubmit: function(file,ext) { $('#profile-rotator').show(); }, onComplete: function(file,response) { -alert(response); tinyMCE.execCommand('mceInsertRawHTML',false,response); + tinyMCE.execCommand('mceInsertRawHTML',false,response); $('#profile-rotator').hide(); } } |