So, this is a really weird error, especially since it started today, and I
haven't changed the core code at all. Basically, firefox reports:
Error: missing ; after for-loop condition
Source File:
/farcry/core/webtop/js/combine.cfm?files=/ext/adapter/ext/ext-base.js,/ext/ext-all.js,/ext/ext-bubble.cfm,/prototype/prototype.js,/scriptaculous/scriptaculous.js,/scriptaculous/effects.js,/farcryForm.cfm,/formValidation/validation.js&randomID=41E6981A-BA44-7B69-618A858756CF7F62
Line: 162, Column: 32
Source Code:
B<AB>=this.grid.store.getCount())){return }var
C=this.grid.store.getAt(B);if(C&&this.fireEvent("beforerowselect",this,B,D,C)!==false){if(!D||this.singleSelect){this.clearSelections()}this.selections.add(C);this.last=this.lastActive=B;if(!A){this.grid.getV
Which is fine, I think to myself. I click on the error, it points me to a
line in the ext/ext-all.js file, and I start looking for the text specified.
Here's what I don't understand and have no idea about...that text (listed in
firefox) DOES NOT EXIST in the file. I have no idea how this is the case,
but so it is.
I took a look at combine.cfm, and it looks like there is a) a cache
involved, and b) an application variable
application.stCombinedFarcryJS[hashedURL]. Does resetting javascript in the
admin menu take care of this?
Thanks for input,
Tomek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---