Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. try { new Effect.Fade("post_form",{duration:0.5}); Element.hide("post_error"); Element.update("user_comment_list", "Post Created"); new Effect.Appear("post_error",{duration:0.5}); } catch (e) { alert('RJS error:\n\n' + e.toString()); alert('new Effect.Fade(\"post_form\",{duration:0.5});\nElement.hide(\"post_error\");\nElement.update(\"user_comment_list\", \"Post Created\");\nnew Effect.Appear(\"post_error\",{duration:0.5});'); throw e }
  2.  
  3. Add a comment about this article
Add Comment
Please, Sign In to add comment