Skip to Content Skip to Menu

🕒 Save Time and Effort with CB Editor Assistant: Effortlessly create and refine content in Joomla 3, 4, & 5.
🎁 Limited Offer: Enjoy a 5-day FREE trial and save up to 30% afterward!

IE 10 javascript error

  • Indrek
  • Indrek
  • OFFLINE
  • Posts: 2
  • Thanks: 1
  • Karma: 1
11 years 9 months ago #223682 by Indrek
IE 10 javascript error was created by Indrek
IE 10 gives the following error, when to go to the registration page or profile page:
SCRIPT5007: Unable to get property '1' of undefined or null reference
overlib_all_mini.js, line 25

Please Log in or Create an account to join the conversation.

  • Indrek
  • Indrek
  • OFFLINE
  • Posts: 2
  • Thanks: 1
  • Karma: 1
11 years 9 months ago #223996 by Indrek
Replied by Indrek on topic IE 10 javascript error
I found the solution
Line:
Code:
var versNum=parseFloat(agent.match(/MSIE[ ](\d\.\d+)\.*/i)[1]);
need to replace:
Code:
var versNum=parseFloat(agent.match(/MSIE[ ](\d{1,2}\.\d+)\.*/i)[1]);
The following user(s) said Thank You: ckinberg

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum