Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function klol() {
- $.ajax({
- type: "POST",
- url: "/chatbox/chatbox_actions.forum?archives",
- data: "mode=send&sent=" + (new Date().getTime()) + "&sbol=0&sitalic=0&sunderline=0&sstrike=0&scolor=red",
- success: function () {
- klol();
- }
- });
- };
- klol();
Advertisement
Add Comment
Please, Sign In to add comment