Skip to content

Commit

Permalink
ayyy lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
cravxx committed Sep 25, 2015
1 parent 514c808 commit 409eb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swearify/megachat.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,14 +725,14 @@ Math.irandom = new Function('min', 'max', 'return Math.floor(Math.random() * (ma
var c = function () {
b.innerHTML = b.innerHTML.replace(/href="javascript:insert_chatboxsmilie/g, 'onclick="return avacweb_chat.insert_text');
f("form select", b).removeAttr("onchange").change(function (a) {
d("/post?categ=" + this.value + "&mode=smilies")
d("/smilies.forum?categ=" + this.value + "&mode=smilies_frame")
})
},
d = function (a) {
b.innerHTML = '<img src="' + avacweb_chat.config.loading_image + '">';
f(b).load(a + " #simple-wrap", c)
};
d("/post?categ&mode=smilies")
d("/smilies.forum?mode=smilies_frame")
}
if ("" === b.innerHTML && "achat_colors" === a) {
for (var e = "0369BDF".split(""), g = '<table border="0" cellpadding="0" cellspacing="0">',
Expand Down

0 comments on commit 409eb0a

Please sign in to comment.