IE8 Windows XP AJAX JS error
-
products/photocrati_nextgen/modules/ajax/static/ngg_store.js
Line 20, using delete as an object index causes IE8 on WinXP to error, due to use of reserved JS keyworddelete. Swapping delete out for del fixes the issue, but I’m not sure where else the the object index is referenced, so can’t send a Pull Request.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘IE8 Windows XP AJAX JS error’ is closed to new replies.