Actions
Bug #4097
closedChrome overlib error Unexpected end of input
Description
In Chrome when overlib is loaded the below error is thrown to console.
IN: components/com_comprofiler/js/overlib_all_mini.js
ON: Line 352
It appears to be due to a malformed string during the dynamic function IF statement replacement.
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
The if check replacement had a search usage to determine where the ending was, but it wasn't checking for linebreaks properly. Fixed the regex usage to properly check for whitespace.
Actions