small fix for BBCodebox Light

Chit chat, open discussions and beer
Anything that is not support related

small fix for BBCodebox Light

Post by b510365 »

I just installed this mod and I get the "undefined" string onmouseout event on bbcode buttons.

Open styles/prosilver/template/posting_buttons.html
Find:

Code: Select all

		d: '{LA_BBCODE_D_HELP}'
Replace with:

Code: Select all

		d: '{LA_BBCODE_D_HELP}',
Add after:

Code: Select all

		tip: '{L_STYLES_TIP}'
hope this help.