Skip to content

Commit

Permalink
removed intro js and css from PGuideAsset
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej-ch committed Mar 8, 2022
1 parent 96b7b22 commit 49297bf
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 30 deletions.
66 changes: 40 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/PageGuide.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ public function registerTranslations()
{
if (Yii::$app->has('i18n')) {
Yii::$app->i18n->translations['pageGuide/*'] = [
'class' => 'yii\i18n\PhpMessageSource',
'class' => 'yii\i18n\PhpMessageSource',
'sourceLanguage' => 'en',
'forceTranslation' => true,
'basePath' => '@matejch/pageGuide/messages',
'basePath' => '@matejch/pageGuide/messages',
'fileMap' => [
'pageGuide/view' => 'view.php',
'pageGuide/model' => 'model.php',
Expand Down
2 changes: 0 additions & 2 deletions src/assets/PGuideAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ class PGuideAsset extends AssetBundle

public $css = [
'css/assist.min.css',
'css/introjs.min.css',
];

public $js = [
'js/assist.min.js',
'js/intro.min.js',

];

Expand Down

0 comments on commit 49297bf

Please sign in to comment.