Skip to content

Commit

Permalink
updated intro version to 5.1 from jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej-ch committed Jun 9, 2022
1 parent 621a24d commit 671a5ba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/assets/IntrojsAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@

class IntrojsAsset extends AssetBundle
{
public $sourcePath = '@vendor/bower-asset/intro.js/minified/';

public $css = [
'introjs.min.css',
'https://cdn.jsdelivr.net/npm/[email protected]/introjs.css',
];

public $js = [
'intro.min.js',
'https://cdn.jsdelivr.net/npm/[email protected]/intro.min.js',
];

public $jsOptions = [
'defer' => 'defer',
];
}

0 comments on commit 671a5ba

Please sign in to comment.