Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jtevans

Pages: [1]
1
Feng Office 2 / Re: Calendar - Month view Bug
« on: January 21, 2013, 05:57:14 pm »
I found the problem in the code and fixed it.

This is a bug in Feng Office 2.2.2.

Add this line:
var str = '';

on line 380 of:
public/assets/javascript/og/CalendarToolbar.js

The error of "Information: str is not defined" will go away and the Month/Week/5 Day/Day/etc.... toolbar will appear.

It looks like the 'str' variable was added to the code, but not initialized or defined.

This took me about 3 hours to track down and fix. Hope it helps save others more time!

I'll see if I can find a way to submit an official patch to the Feng Office developers.

Pages: [1]