Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 21, 2018
1 parent eb1fadb commit fc2cf1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 79 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.4.1
-----------------
* Update

1.4.0
-----------------
* removed old php
Expand Down
25 changes: 0 additions & 25 deletions src/assets/ComponentAjaxHandlerStandartResponse.php

This file was deleted.

25 changes: 0 additions & 25 deletions src/assets/ComponentBlocker.php

This file was deleted.

27 changes: 0 additions & 27 deletions src/assets/ComponentBlockerJqueryUi.php

This file was deleted.

6 changes: 4 additions & 2 deletions src/assets/Custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ class Custom extends BaseAsset
'js/helpers/Helpers.js',
'js/components/window/Window.js',
'js/components/modal/Modal.js',
'js/components/blocker/Blocker.js',
'js/components/blocker/BlockerJqueryUi.js',
'js/components/ajax-handlers/AjaxHandlerStandartRespose.js',
];

public $depends = [
'skeeks\sx\assets\Core',
'skeeks\sx\assets\ComponentNotifyJgrowl',
'skeeks\sx\assets\ComponentBlockerJqueryUi',
'skeeks\sx\assets\ComponentAjaxHandlerStandartResponse',
'skeeks\sx\assets\JqueryBlockUi',
];
}

0 comments on commit fc2cf1b

Please sign in to comment.