Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Capture date field broken due to jQuery version fragmentation #69

Open
gonzoearth opened this issue Feb 3, 2012 · 2 comments
Open

Comments

@gonzoearth
Copy link
Collaborator

http://publiclaboratory.org/map/gowanus-brooklyn-ny/2012-2-3
I am unable to change the date to July 31 2011, I wonder if this is from the changes that were made to the date records earlier this week?

@jywarren
Copy link
Owner

Oh, sorry I missed this one which directly relates to Liz's request on #74

How did I fix it... oh, it was that the date should be written in 3-letter form, like "Jul 31 2011" not "July 31 2011" -- but didn't this used to cue a calendar widget or something? That's a really strict and silly requirement and it took me a while to figure out what was going wrong...

Yeah, it says "Uncaught TypeError: Object [object Object] has no method 'datepicker'" in the JavaScript console. Trying to track it...

@jywarren
Copy link
Owner

This is due to the continuing issue also discussed in #50, where we need different versions of jQuery for different parts of the interface. This can be fixed (and calendar widgets restored) by disabling the jquery 1.7.1 version in the plots.info includes (/sites/all/themes/plots/plots.info) however that breaks the jquery sparklines used in the Contributors box. This needs major looking-at.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants