Topic: Syntax error?
Trying to understand how all this code is laid out so I can grasp the workings of the whole calendar.
Going pretty well until Dreamweaver pointed out an error in syntax on the file shown mentioned below...
DW says the only error is on line 396 of the toolbox dot js file within the common folder (the first line of the function where it is set up) but I cannot see where and an online syntax checker shows no such error. One is right and the other not.
The error shows up in the pop function...
function pop(parent,popContent,popClass,popMaxChar = 80){
Can anyone confirm what I find and if it is an error can it be sorted before I implement the calendar for use?
If your code is the same as mine (no reason for it not to be) then can you let me know so I can ignore DW's interpretation? It's never shown this kind of error prior in all the years I've used it so am doubting myself here.
Thanks in advance.