https://www.drupal.org/node/2169605 -- drupal_add_css(), drupal_add_js() and drupal_add_library() removed in favor of #attached

there's a bunch of drupal_add_ functions being used in the d8 module and breaks when enabled in the views. this needs to be updated to #attached.

Seen here: http://prntscr.com/d9fqvi

I'm not sure what to change that function call to. Any help would be great and i'll make a patch.

Comments

duckx created an issue. See original summary.

mikeker’s picture

Status: Active » Closed (cannot reproduce)

Make sure you're looking at the most recent version of the code. I cannot find any instances of drupal_add_css/js in the BEF codebase.