Bug: Using latest version of Palemoon- When anybody references a message for example:
Aleister: >>1524 Oh you are so sweet sammich!
All references >>[whatever #] doesn't pop up when you put the mouse over it so you never know what people are talking about half the time when referencing. A comparison between browsers- I notice that all referenced posts show up red as if they're pointing to something that doesn't exist. Upon inspection of the referenced post on Palemoon:
<a style="color:#AD0000;">>>1524</a> is all that shows up..
However on mozilla:
<a onmouseenter="parser.showQuote(1524);" onmouseout="document.body.removeChild(document.getElementById('qoute'));" onclick="parser.highlight(1524)">>>1524</a>
Not all the code is being loaded/shown for whatever reason.
Bug: Using latest version of Palemoon- When anybody references a message for example:
All references >>[whatever #] doesn't pop up when you put the mouse over it so you never know what people are talking about half the time when referencing. A comparison between browsers- I notice that all referenced posts show up red as if they're pointing to something that doesn't exist. Upon inspection of the referenced post on Palemoon:
<a style="color:#AD0000;">>>1524</a>
is all that shows up.. However on mozilla:<a onmouseenter="parser.showQuote(1524);" onmouseout="document.body.removeChild(document.getElementById('qoute'));" onclick="parser.highlight(1524)">>>1524</a>
Not all the code is being loaded/shown for whatever reason.