Forums
(@wallacecrain)
15 years, 6 months ago
/nextgen-gallery/admin/js/sorter.js line 242:
jQuery('input[@name=sortorder]').val(serial);
syntax error – the @ is no longer supported as of jQuery 1.3, just remove the @ and it works..until you can upgrade of course!