Skip to content

Commit

Permalink
Merge pull request #1760 from idnovate/patch-6
Browse files Browse the repository at this point in the history
Update _index.md
  • Loading branch information
nicosomb authored Nov 30, 2023
2 parents e319d42 + 89a6aa9 commit d86b025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/getting-started/asset-management/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function setMedia()
'modules/'.$this->module->name.'/js/lib/simple-lib.js',
[
'priority' => 200,
'attribute' => 'async',
'attributes' => 'async',
'version' => 'release-2021-11'
]
);
Expand Down Expand Up @@ -311,7 +311,7 @@ public function hookActionFrontControllerSetMedia($params)
'modules/'.$this->name.'/js/lib/simple-lib.js',
[
'priority' => 200,
'attribute' => 'async',
'attributes' => 'async',
]
);
}
Expand Down

0 comments on commit d86b025

Please sign in to comment.