Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Jan 12, 2022
1 parent f0699bb commit f4348a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/assets/Core.php
Expand Up @@ -21,7 +21,8 @@ class Core extends BaseAsset
public function init()
{
parent::init();
$this->_implodeFiles();
//Ломается путь к изображению закгрузки
//$this->_implodeFiles();
}

/**
Expand Down
12 changes: 6 additions & 6 deletions src/assets/Custom.php
Expand Up @@ -21,7 +21,7 @@ class Custom extends BaseAsset
public function init()
{
parent::init();
$this->_implodeFiles();
//$this->_implodeFiles();
}

public $css = [
Expand All @@ -32,16 +32,16 @@ public function init()
public $js = [

//ComponentNotify
'js/components/notify/Notify.js',
//'js/components/notify/Notify.js',

//JqueryJgrowl
//'libs/jquery-plugins/jquery-jgrowl/jquery.jgrowl.js',

//'skeeks\sx\assets\ComponentNotifyJgrowl',
'js/components/notify/NotifyJgrowl.js',
//'js/components/notify/NotifyJgrowl.js',

//'skeeks\sx\assets\JqueryBlockUi',
'libs/jquery-plugins/block-ui/jquery.blockUI.min.js',
//'libs/jquery-plugins/block-ui/jquery.blockUI.min.js',

'js/Widget.js',
'js/helpers/Helpers.js',
Expand All @@ -55,8 +55,8 @@ public function init()
public $depends = [
'yii\web\YiiAsset',
'skeeks\sx\assets\Core',
//'skeeks\sx\assets\ComponentNotifyJgrowl',
//'skeeks\sx\assets\JqueryBlockUi',
'skeeks\sx\assets\ComponentNotifyJgrowl',
'skeeks\sx\assets\JqueryBlockUi',
];


Expand Down

0 comments on commit f4348a2

Please sign in to comment.