To reproduce please see this thread:
http://groups.google.com/group/domassistant/browse_thread/thread/e42cfe90f2b95b9
b
To fix the problem use one of these two syntax in line 222 of
"DOMAssistantComplete-2.7.1.1.js".
p3 && (p3 = p3.replace(/^["'](.*)["']$/, "$1"));
or:
if (p3) {
p3 = p3.replace(/^["'](.*)["']$/, "$1"));
}
depending on your syntax taste.
There is no need to check parameter p2 since there is a default case for
it. I am not sure if p1 should be checked too or converted to empty string.
Please review.
--
Diego Perini
Original issue reported on code.google.com by diego.pe...@gmail.com on 19 Jul 2008 at 12:32
Original issue reported on code.google.com by
diego.pe...@gmail.com
on 19 Jul 2008 at 12:32