Spoilers not showing up on forums - Printable Version +- NordInvasion Forum (https://forum.nordinvasion.com) +-- Forum: Help & Administration (https://forum.nordinvasion.com/forumdisplay.php?fid=8) +--- Forum: Help & Bug Reports (https://forum.nordinvasion.com/forumdisplay.php?fid=13) +---- Forum: Website (https://forum.nordinvasion.com/forumdisplay.php?fid=90) +---- Thread: Spoilers not showing up on forums (/showthread.php?tid=6574) |
Re: Spoilers not showing up on forums - Gashy - 16-01-2013 This has been happening to me as well Re: Spoilers not showing up on forums - Marlowe Biggs - 16-01-2013 Have we figured out what is causing this? Re: Spoilers not showing up on forums - Sphinx - 16-01-2013 Well it's not client side for sure, since we're all having that issue. Something should be fixed on the forum I guess, but who can/will do it ? Re: Spoilers not showing up on Chrome - Lord Striker - 16-01-2013 (15-01-2013, 03:43 PM)Lord Striker link Wrote:My Chrome is still working fine though. Strange. And now the spoilers are broken for me as well. Whaat.. Re: Spoilers not showing up on forums - ~CM~Dragz - 16-01-2013 I googled the problem and ended up exactly hereĀ : Re: Spoilers not showing up on Chrome - Carolus Rex - 16-01-2013 (16-01-2013, 01:15 PM)Lord Striker link Wrote:[quote author=Lord Striker link=topic=8946.msg73518#msg73518 date=1358264586] And now the spoilers are broken for me as well. Whaat.. [/quote] Chrome updated... Son of a... Same for me now. Re: Spoilers not showing up on forums - Gismo - 16-01-2013 1. press f12 2. go to console 3. put this in javascript: j=jQuery.noConflict(); initSpoilers() 4. press enter 5. enjoy testing: [img2] [/img2] Re: Spoilers not showing up on forums - Chris - 16-01-2013 To do this on safari:
Re: Spoilers not showing up on forums - Sir_Lucky - 16-01-2013 same problems with firefox. and if paste that to web-console it says that " TypeError: j is no a function" Re: Spoilers not showing up on forums - ughgh - 16-01-2013 Try var j=jQuery.noConflict() instead. |