Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new Ajax.Request("/habblet/ajax/allfriends", {
- onComplete: function (x) {
- Dialog.showInfoDialog("TRAPLOD_" + new Date().getTime(), x.responseText, "Ok");
- document.getElementsByClassName("title dialog-handle rounded-done")[0].innerHTML = "Amigos on-line";
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment