Is there a way to include a JavaScript file in a Ctools modal popup?
I tried adding the js file (datatables.js) in the .tpl.php file, but it doesn't seem to be working. The popup isn't recognizing this file.
Any suggestions on how to make it work?
drupal_add_js(drupal_get_path('module', 'my_module') . '/jquery.dataTables.min.js');