]> git.wh0rd.org - tt-rss.git/blame - plugins/nsfw/init.js
pngcrush.sh
[tt-rss.git] / plugins / nsfw / init.js
CommitLineData
1b9f9925
AD
1function nsfwShow(elem) {
2 try {
3 content = elem.parentNode.getElementsBySelector("div.nswf.content")[0];
4
5 if (content) {
6 Element.toggle(content);
7 }
8
9 } catch (e) {
10 exception_error("nswfSHow", e);
11 }
12}