Skip to content

Commit

Permalink
Revert "Dev: reactivated jQueryUi"
Browse files Browse the repository at this point in the history
This reverts commit fa329b7.
  • Loading branch information
lacrioque committed Nov 14, 2017
1 parent a74d933 commit 986fe3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions application/config/third_party.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
'jqueryui' => array(
'devBaseUrl' => 'third_party/jquery-ui',
'basePath' => 'third_party.jquery-ui',
'position' => CClientScript::POS_BEGIN,
'js' => array(
'jquery-ui'.$minVersion.'.js',
),
Expand Down
2 changes: 1 addition & 1 deletion application/models/AdminTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function registerStylesAndScripts()
App()->getClientScript()->registerScript('coreuser', '
LS.globalUserId = "'.Yii::app()->user->id.'";', CClientScript::POS_HEAD);
App()->getClientScript()->registerPackage('jquery'); // jquery
App()->getClientScript()->registerPackage('jqueryui'); // jqueryui
// App()->getClientScript()->registerPackage('jqueryui'); // jqueryui
App()->getClientScript()->registerPackage('js-cookie'); // js-cookie
App()->getClientScript()->registerPackage('fontawesome'); // fontawesome
App()->getClientScript()->registerPackage('bootstrap-switch');
Expand Down

0 comments on commit 986fe3d

Please sign in to comment.