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

infojunkie’s picture

Status: Active » Fixed

Thanks for the report. Fixed in the latest dev (12 hours from now).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.