Skip to content

Commit

Permalink
EMpty the rotate and resize plugin to focus on crop (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo authored and Dimitri Grammatikogianni committed Apr 3, 2017
1 parent 719b569 commit 3f98fcd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 6,118 deletions.
5,977 changes: 0 additions & 5,977 deletions media/plg_media-action_resize/js/interact.js

This file was deleted.

6 changes: 0 additions & 6 deletions media/plg_media-action_resize/js/interact.min.js

This file was deleted.

44 changes: 0 additions & 44 deletions media/plg_media-action_resize/js/resize.js

This file was deleted.

11 changes: 0 additions & 11 deletions media/plg_media-action_rotate/css/rotate.css

This file was deleted.

33 changes: 0 additions & 33 deletions media/plg_media-action_rotate/js/rotate.js

This file was deleted.

17 changes: 0 additions & 17 deletions plugins/media-action/resize/form/resize.xml

This file was deleted.

17 changes: 0 additions & 17 deletions plugins/media-action/resize/resize.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,4 @@
*/
class PlgMediaActionResize extends MediaActionPlugin
{
/**
* Load the javascript files of the plugin.
*
* @return void
*
* @since __DEPLOY_VERSION__
*/
protected function loadJs()
{
parent::loadJs();

JHtml::_(
'script',
'plg_media-action_' . $this->_name . '/interact.min.js',
array('version' => 'auto', 'relative' => true)
);
}
}
13 changes: 0 additions & 13 deletions plugins/media-action/rotate/form/rotate.xml

This file was deleted.

0 comments on commit 3f98fcd

Please sign in to comment.