how to add a JavaScript file in Ctools modal popup ?
I added the js file (datatables.js) in the .tpl.php file but it does not work?
The popup does not detect this file?
drupal_add_js(drupal_get_path('module', 'my_module') . '/jquery.dataTables.min.js');