I installed jstools module and run jscalendar. Icon of jscalendar shows near the date field but when you click on it's doesn't display anything. No reaction. Debugging shows me there is error in calendar_stripped.js file on line 14. See my attachment. I don't know where is problem.

CommentFileSizeAuthor
#2 calendar-pl.js_.txt2.81 KBQrczak
debb_jscalendar.jpg175.14 KBQrczak

Comments

isko’s picture

Hello, I use the localization for Slovak language and I'm experiencing the same problem. When using english, everything works fine. I thing, the localization is the reason...
Unfortunately, I don't have time and knowledge for debugging this in deep. But I'd really like to be able to use this feature, because it's a big help. So please, could someone take look at this issue?

Qrczak’s picture

StatusFileSize
new2.81 KB

Now it's working. I've solved the problem. Look in my attached file. It's polish version but doesn't metter. See what lin is missed in your Slovak file and add them.

The line what I added:

After long and short day names
Calendar._FD = 1;
And in tooltips section
Calendar._TT["DAY_FIRST"] = "Początek tygodnia - %s ";
Calendar._TT["WEEKEND"] = "0,6";

Regards

isko’s picture

Status: Active » Fixed

Great! Worked for me too :) Thank you very much.

Anonymous’s picture

Status: Fixed » Closed (fixed)