Fixed Typo in Timezone Helper File

robdog

Well-known member
Not a big deal, but I think it is a typo, hehe.

In the Timezone helper file on line #24 you will find this:
PHP:
'America/Santa_Isabel' => new XenFOro_Phrase('utf_0800_baja_california'),

First, should it be XenForo_Phrase for the class name, and shouldn't the title key be utc_0800_baja_california?

I know, nit-picking, but thought I would throw it out there. :)

Also, does anyone else get a Javascript error when clicking the code button in Chrome?
 
I've fixed these errors.

The alert from code needs this removed from js/tinymce/themes/xenforo/js/code.js:
Code:
alert(tinyMCEPopup.editor.windowManager.bookmark);

I've just updated the package to include them, since they're stupid errors. :)
 
I've fixed these errors.

The alert from code needs this removed from js/tinymce/themes/xenforo/js/code.js:
Code:
alert(tinyMCEPopup.editor.windowManager.bookmark);

I've just updated the package to include them, since they're stupid errors. :)

hehe... did you accidentally leave your debugging code in there??? :p
 
Top Bottom