Posts: 505
Threads: 72
Joined: Jun 2012
This has been happening to me as well
- The slaying of a nord is an art -
- All is fair in love, war, and the Auction House -
- Respect is earned -
Posts: 85
Threads: 41
Joined: Aug 2012
Have we figured out what is causing this?
Do not take life too seriously. You will never get out of it alive.
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 ?
Posts: 490
Threads: 121
Joined: Apr 2012
(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..
Posts: 278
Threads: 62
Joined: Jul 2012
I googled the problem and ended up exactly here :
Posts: 416
Threads: 42
Joined: Jul 2012
(16-01-2013, 01:15 PM)Lord Striker link Wrote:[quote author=Lord Striker link=topic=8946.msg73518#msg73518 date=1358264586]
My Chrome is still working fine though. Strange.
And now the spoilers are broken for me as well. Whaat..
[/quote]
Chrome updated... Son of a...
Same for me now.
Posts: 587
Threads: 217
Joined: Feb 2012
1. press f12
2. go to console
3. put this in javascript: j=jQuery.noConflict(); initSpoilers()
4. press enter
5. enjoy
testing:
[img2] [/img2]
Posts: 382
Threads: 23
Joined: Dec 2011
To do this on safari:
- Load the page you want to view, then right click and choose "Inspect element"
- Click on console then copy and paste this into the console "javascript: j=jQuery.noConflict(); initSpoilers()" press enter and the spoilers will be back.
Note: you will have to do this every time to view spoilers.
Posts: 20
Threads: 2
Joined: Mar 2012
same problems with firefox.
and if paste that to web-console it says that " TypeError: j is no a function"
Posts: 202
Threads: 23
Joined: Oct 2012
Try var j=jQuery.noConflict() instead.