diff options
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 382a52644..61c80702e 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -120,9 +120,9 @@ tinyMCE.init({ checkedstr = $(this).val(); } }); - $.post('item', { dropitems: checkedstr }); - window.location.reload(); - + $.post('item', { dropitems: checkedstr }, function(data) { + window.location.reload(); + }); } function jotGetLink() { |