Skip to content

Commit

Permalink
Relocate NSyncPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Nov 25, 2015
1 parent 8705a2e commit 58c165e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/assets/NSyncPluginAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ class NSyncPluginAsset extends AssetBundle
/**
* @var string
*/
public $sourcePath = '@hipanel/modules/domain/assets';
public $sourcePath = '@hipanel/modules/domain/assets/NSyncPluginAssets';

/**
* @var array
*/
public $js = [
'js/NSyncPluginAsset.js',
'js/NSyncPlugin.js',
];

/**
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion src/widgets/views/ns.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use yii\bootstrap\Html;
use yii\helpers\Url;

Yii::$app->assetManager->forceCopy = true;
NSyncPluginAsset::register($this);
?>

Expand Down

0 comments on commit 58c165e

Please sign in to comment.