After I install SKOS importer module, I get a warning because of missing JS file.

The code that is generating the warning is

<?php
  $form['#attached']['js'][] = drupal_get_path('module', 'skos_importer_ui') . '/skos_importer_ui.js';
?>

Is there any module called skos_importer_ui or can we remove this line from the module?

Thanks,
Krishna.

Comments

krishna savithraj created an issue.