Skip to content

Commit

Permalink
Refactor admin javascript part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Jul 20, 2018
1 parent bf27c4d commit bbbf0d8
Show file tree
Hide file tree
Showing 25 changed files with 2,019 additions and 191 deletions.
12 changes: 3 additions & 9 deletions application/config/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,12 @@
'css/displayParticipants.css',
),
'js' => array(
'js/confirmdeletemodal.js',
'js/bootstrap-remote-modals.js',
'build/adminbasics.js',
'js/notifications.js',
),
'depends' => array(
'jquery',
'pjaxbackend',
'lslog',
)
),

Expand All @@ -206,8 +204,7 @@
'css/rtl/displayParticipants-rtl.css',
),
'js' => array(
'js/admin_core.js',
'js/notifications.js',
'build/adminbasics.js',
),
'depends' => array(
'jquery',
Expand All @@ -220,14 +217,11 @@
'basePath' => 'core.adminbasics',
'position' =>CClientScript::POS_BEGIN,
'js' => array(
'js/notify.js',
'js/panelclickable.js',
'js/panelsanimation.js',
'js/save.js',
),
'depends' => array(
'jquery',
'pjaxbackend',
'adminbasics'
)
),

Expand Down
145 changes: 110 additions & 35 deletions assets/packages/adminbasics/build/adminbasics.debug.js

Large diffs are not rendered by default.

0 comments on commit bbbf0d8

Please sign in to comment.