Ack! This is a bug with old versions of IE (8 and earlier). I'll include a fix for it in the next release.
But in the meantime, just edit line 153 of your /global/scripts/sortable.js file and remove the comma. So change this:
To this:
Apologies! I've been waiting forever to get an old copy of XP delivered, so I can set up the Windows environments running the old IE versions. My last Mac (which had multiple VM's set up for testing the IE versions) died a while back and I've been without IE 7 & 8 since! (It's been wonderful. )
- Ben
But in the meantime, just edit line 153 of your /global/scripts/sortable.js file and remove the comma. So change this:
Code:
row_offset: 0,
To this:
Code:
row_offset: 0
Apologies! I've been waiting forever to get an old copy of XP delivered, so I can set up the Windows environments running the old IE versions. My last Mac (which had multiple VM's set up for testing the IE versions) died a while back and I've been without IE 7 & 8 since! (It's been wonderful. )
- Ben