Join the other Mozillians on a week-long Ask a Fox event to win badges and special merch!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I have not been able to connect with one of my trading sites since 1/5/2013. The login site is https://webtrade.rjobrien.com/access/

  • 4 replies
  • 2 have this problem
  • 2 views
  • Last reply by cor-el

more options

RJ Obrien told me that you made changes to Mozilla this weekend and their Web OE login site is now not compatible. I can login on with Explorer with no problem. Please advise

RJ Obrien told me that you made changes to Mozilla this weekend and their Web OE login site is now not compatible. I can login on with Explorer with no problem. Please advise

All Replies (4)

more options

I'm seeing an error in the Error Console in all Firefox versions and that causes the Ext.onReady(function(){} to fail to get run.

Error: invalid increment operand
Source File: https://webtrade.rjobrien.com/access/script.php?ETAG=ed5207a5887b
Line: 25, Column: 69
Source Code:
z.call(this,r.apply(w,n))}})};var N=0;w.uniqueId=function(n){var t=""+++N;return n?n+t:t},w.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var q=/(.)^/,B={"'":"'","\\":"\\","\r":"r","\n":"n"," ":"t",
Error: Ext is not defined
Source File: https://webtrade.rjobrien.com/access/
Line: 1241

Could be this code with missing parenthesis: var t=""+++N; -> var t=""+(++N);

Maybe contact them and suggest to have a look at this error.

If it stopped working then may have made changes to the code.

more options

Do you want me contact RJ Obrien or Mozilla

more options

You need to contact RJ Obrien as the problem is with their code.

more options

I see that they have fixed the code and added a space: var t=""+ ++N;return n?n+t:t}

So the site should be working now.