From d090033a0aab7197af9dc7f3e2cf21ebdf042b21 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 4 Aug 2010 20:03:38 -0700 Subject: more photo progress --- view/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/jot-header.tpl') 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(); } } -- cgit v1.2.3