Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #136 from QoboLtd/task-9313-AdminLTE-update
Browse files Browse the repository at this point in the history
Fix links AdminLTE css/js (task #9313)
  • Loading branch information
georgeconstantinou committed Jan 2, 2019
2 parents 30f7e19 + ffc2700 commit 8d569af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Template/Element/roles_scripts_css.ctp
@@ -1,7 +1,7 @@
<?php
echo $this->Html->css(
[
'AdminLTE./plugins/select2/select2.min',
'AdminLTE./bower_components/select2/dist/css/select2.min',
'Qobo/Utils.select2-bootstrap.min',
'Qobo/Utils.select2-style',
'RolesCapabilities.style'
Expand All @@ -12,7 +12,7 @@ echo $this->Html->css(
);
echo $this->Html->script(
[
'AdminLTE./plugins/select2/select2.full.min',
'AdminLTE./bower_components/select2/dist/js/select2.full.min',
'Qobo/Utils.select2.init',
'RolesCapabilities.utils'
],
Expand Down

0 comments on commit 8d569af

Please sign in to comment.