function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fredkafredka 

Calendar Javascript not showing for some users

I have a calendar that displays on a VF page.  For some reason, certain users cannot see the calendar.  I believe it must be a setting on their computer but I can't figure it out.  If I sign is as any of those users, I can see the calendar.

Does anyone have any information on what could be wrong?

Thanks!

Fred
NekosanNekosan
Did you check console for errors? Check the browser settings.Javascript should be enabled. If possible try adding debug statements.Sometimes some browser won't support some syntax .
fredkafredka
Thanks Nelson... The developer console is not my friend...lol
NekosanNekosan
Its not developer console.When you open browser do inspect elemet and you can see console tab. If there are any javascript errors you can view those in console. That mighe help you. Are you using Fullcalendar plugin?
fredkafredka
Okay, thanks!  Yes, using the plugin

thanks again!