Skip to content

Commit e3ccfa5

Browse files
committed
Moved js file into folder
1 parent 4539e5f commit e3ccfa5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

os2web_adlib_api.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function os2web_adlib_api_status() {
233233
);
234234
}
235235
}
236-
drupal_add_js(drupal_get_path('module', 'os2web_adlib_api') . '/os2web_adlib_api.js', 'file');
236+
drupal_add_js(drupal_get_path('module', 'os2web_adlib_api') . '/js/os2web_adlib_api.js', 'file');
237237
$html = '<h2>Connector information</h2>';
238238
$html .= theme('table', array('header' => $head, 'rows' => $rows));
239239
$head = array('Fid', 'Job-id', 'Status', 'action');

0 commit comments

Comments
 (0)