Closed (fixed)
Project:
Views Bulk Operations (VBO)
Version:
6.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2010 at 15:34 UTC
Updated:
26 Oct 2010 at 19:30 UTC
After enabling VBO I constantly see the JS script warnings in my IE8 browser concerning missing object or variable.
The only method to fix it is changing views_bulk_operations.js file, line 91:
async: false,
I have deleted the comma at the end of the line so it became
async: false
I wonder if there was any extra parameter omitted?
Comments
Comment #1
infojunkieThanks for the report. Fixed in the latest dev (12 hours from now).