with 1.4 for 6.x I saw the 1st line in the .js file has changed... this causes errors in the chrome ( ctrl+shift+ i ) and FF's (F12 ) js consoles ...
shots attached
I can't replicate the error. I tried both FF and Chrome. I compared the js files from 6.x-1.3 and 6.x-1.4 and I can't see any difference in the first line..... Please, could you double check and possibly tell me what causes the problem?
Many thanks.
it might be a module weight problem - which module gets loaded after which... in terms of loading the js in our case...
let me investigate further.
it was because my theme's js was put in the footer... so in effect some js code tried to use js files included later on in the html...
marking as wont fix
Comments
Comment #1
Miszel commentedI can't replicate the error. I tried both FF and Chrome. I compared the js files from 6.x-1.3 and 6.x-1.4 and I can't see any difference in the first line..... Please, could you double check and possibly tell me what causes the problem?
Many thanks.
Comment #2
Miszel commentedComment #3
Miszel commentedComment #4
rsvelko commentedit might be a module weight problem - which module gets loaded after which... in terms of loading the js in our case...
let me investigate further.
Comment #5
rsvelko commentedit was because my theme's js was put in the footer... so in effect some js code tried to use js files included later on in the html...
marking as wont fix