I input "colorbox-load colorbox-node" into the jQuery subselector field and hit submit. It appears to have worked to prevent loading animations on colorbox links, but when the admin form reloads after submission it doesn't have anything in the subselector field, thus making removing those items impossible or just seeing what has been entered previously.

Comments

maurizio.ganovelli’s picture

I solved this issue modifying the jquery_loadinganimation.admin.inc file at line 54 from

'#default_value' => variable_get('jquery_loadinganimation_settings_form', ''));

to

'#default_value' => variable_get('jquery_loadinganimation_subselector', ''));

Hope this helps!

deanflory’s picture

Thanks blackice78, will give it a try!

deanflory’s picture

Issue summary: View changes
deanflory’s picture

Issue summary: View changes
anybody’s picture

Status: Active » Closed (fixed)

Thanks a lot. This is fixed in the latest .dev Version and 7.x-1.2!