• 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 keyword delete. 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.

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ran into this as well today. For others who run into this: Change line 20 of ngg_store.js to:

    del: function(key){

    and you should be back in business. This function isn’t being used yet, I believe, so it shouldn’t break anything by being disabled thus.

    Plugin Contributor photocrati

    (@photocrati)

    @tmoitie1 – Thanks for letting us know about this, but we currently only support (relatively) current browsers and Windows XP itself is basically going away as well. We cannot guarantee things will work in such an old setup but I believe this may be easily addressed.

    @gcrocker – Thanks for the suggested work-around, and you are correct this is not currently in use … I’ll pass this along to our developers as well.

    – Cais.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE8 Windows XP AJAX JS error’ is closed to new replies.