Module file, line 153
drupal_add_js(drupal_get_path('module', 'datatables') .'/js/datatables.js');
In readme, you mention about media subfolder in the module folder; but no datatables.js file or js directory exist in the module folder
Module file, line 153
drupal_add_js(drupal_get_path('module', 'datatables') .'/js/datatables.js');
In readme, you mention about media subfolder in the module folder; but no datatables.js file or js directory exist in the module folder
Comments
Comment #1
duellj commentedThanks, forgot to add those files to the repository, everything is in there now.