Skip to content
Snippets Groups Projects
Commit 893ebe49 authored by Paul Reeves's avatar Paul Reeves Committed by Lachlan Ennis
Browse files

Issue #2748635 by elachlan, reevo, aburke626, amit.drupal: Code Standards Cleanup

parent bd1f122c
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,11 @@ function extlink_menu() {
*/
function extlink_page_build(&$page) {
$path = drupal_get_path('module', 'extlink');
$page['#attached']['js'][] = [
$page['content']['#attached']['js'][] = [
'type' => 'file',
'data' => $path . '/extlink.js',
];
$page['#attached']['js'][] = [
$page['content']['#attached']['js'][] = [
'type' => 'setting',
'data' => [
'extlink' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment