Skip to content

Commit

Permalink
colorbox changed to fancybox
Browse files Browse the repository at this point in the history
  • Loading branch information
noumo committed Feb 25, 2015
1 parent a1e1d77 commit 3293982
Show file tree
Hide file tree
Showing 57 changed files with 38 additions and 2,181 deletions.
26 changes: 0 additions & 26 deletions assets/ColorboxAsset.php

This file was deleted.

16 changes: 16 additions & 0 deletions assets/FancyboxAsset.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
namespace yii\easyii\assets;

class FancyboxAsset extends \yii\web\AssetBundle
{
public $sourcePath = '@bower/fancybox/source';

public $css = [
'jquery.fancybox.css',
];
public $js = [
'jquery.fancybox.pack.js'
];

public $depends = ['yii\web\JqueryAsset'];
}
3 changes: 2 additions & 1 deletion assets/SwitcherAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

class SwitcherAsset extends \yii\web\AssetBundle
{
public $sourcePath = '@easyii/assets/switcher';
public $sourcePath = '@bower/jquery.switcher/dist';
public $depends = ['yii\web\JqueryAsset'];

public function init()
{
Expand Down
66 changes: 0 additions & 66 deletions assets/colorbox/colorbox.css

This file was deleted.

15 changes: 0 additions & 15 deletions assets/colorbox/i18n/jquery.colorbox-ar.js

This file was deleted.

16 changes: 0 additions & 16 deletions assets/colorbox/i18n/jquery.colorbox-bg.js

This file was deleted.

16 changes: 0 additions & 16 deletions assets/colorbox/i18n/jquery.colorbox-bn.js

This file was deleted.

13 changes: 0 additions & 13 deletions assets/colorbox/i18n/jquery.colorbox-ca.js

This file was deleted.

16 changes: 0 additions & 16 deletions assets/colorbox/i18n/jquery.colorbox-cs.js

This file was deleted.

16 changes: 0 additions & 16 deletions assets/colorbox/i18n/jquery.colorbox-da.js

This file was deleted.

15 changes: 0 additions & 15 deletions assets/colorbox/i18n/jquery.colorbox-de.js

This file was deleted.

13 changes: 0 additions & 13 deletions assets/colorbox/i18n/jquery.colorbox-es.js

This file was deleted.

15 changes: 0 additions & 15 deletions assets/colorbox/i18n/jquery.colorbox-et.js

This file was deleted.

18 changes: 0 additions & 18 deletions assets/colorbox/i18n/jquery.colorbox-fa.js

This file was deleted.

15 changes: 0 additions & 15 deletions assets/colorbox/i18n/jquery.colorbox-fi.js

This file was deleted.

15 changes: 0 additions & 15 deletions assets/colorbox/i18n/jquery.colorbox-fr.js

This file was deleted.

13 changes: 0 additions & 13 deletions assets/colorbox/i18n/jquery.colorbox-gl.js

This file was deleted.

16 changes: 0 additions & 16 deletions assets/colorbox/i18n/jquery.colorbox-gr.js

This file was deleted.

16 changes: 0 additions & 16 deletions assets/colorbox/i18n/jquery.colorbox-he.js

This file was deleted.

15 changes: 0 additions & 15 deletions assets/colorbox/i18n/jquery.colorbox-hr.js

This file was deleted.

Loading

0 comments on commit 3293982

Please sign in to comment.