diff options
Diffstat (limited to 'view')
-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(); } } |