Skip to content

Commit

Permalink
DEv: reverting didn't work so now again reverted deactivate pjax
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 14, 2017
1 parent 6096dbf commit 1b7d5ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion application/config/third_party.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
'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 1b7d5ab

Please sign in to comment.