Most probably one of your js files is missing a ;
at the end. Open up the one you believe is causing the error and add a ;
at the end, or add a ;
to the very first line of the next js file.
Most probably one of your js files is missing a ;
at the end. Open up the one you believe is causing the error and add a ;
at the end, or add a ;
to the very first line of the next js file.