Fucking Emoji.

This commit is contained in:
Zixaphir 2013-04-28 21:52:21 -07:00
parent b7c2a9225d
commit 3bb8bd0230
5 changed files with 0 additions and 4 deletions

View File

@ -9888,7 +9888,6 @@
if (!category.hasOwnProperty(name)) {
continue;
}
name = icon[0];
css.push("a.useremail[href*='" + name + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toLowerCase()) + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toUpperCase()) + "']:last-of-type::" + position + " {\n content: url('data:image/png;base64," + icon + "');\n}\n");
}
}

View File

@ -9909,7 +9909,6 @@
if (!category.hasOwnProperty(name)) {
continue;
}
name = icon[0];
css.push("a.useremail[href*='" + name + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toLowerCase()) + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toUpperCase()) + "']:last-of-type::" + position + " {\n content: url('data:image/png;base64," + icon + "');\n}\n");
}
}

Binary file not shown.

View File

@ -9892,7 +9892,6 @@
if (!category.hasOwnProperty(name)) {
continue;
}
name = icon[0];
css.push("a.useremail[href*='" + name + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toLowerCase()) + "']:last-of-type::" + position + ",\na.useremail[href*='" + (name.toUpperCase()) + "']:last-of-type::" + position + " {\n content: url('data:image/png;base64," + icon + "');\n}\n");
}
}

View File

@ -17,7 +17,6 @@ a.useremail[href]:last-of-type::#{position} {
if (_conf['Emoji'] isnt "disable ponies" and key is "pony") or (_conf['Emoji'] isnt "only ponies" and key is "not")
for name, icon of category
continue unless category.hasOwnProperty name
name = icon[0]
css.push """
a.useremail[href*='#{name}']:last-of-type::#{position},
a.useremail[href*='#{name.toLowerCase()}']:last-of-type::#{position},