• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

thread is over.

All the errors are syntax errors (due to missing '}' braces). Also, why in the world do you have a variable and a function by the same name? I mean, you declare a variable called "diagonal" and then you also specify a function called "diagonal". It is basic programming sense to avoid doing that whenever you can (by the way, that's one of the errors - the compiler thinks you are referring to a variable called "dialogonal" and not the function by the same name).
 
Back
Top