Skip to content

Commit

Permalink
Fixed using non existing jquery ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Zukowsky committed Jan 8, 2013
1 parent 8edc77d commit ec7973b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions EFullCalendar.php
Expand Up @@ -83,11 +83,10 @@ protected function registerFiles()

$cs=Yii::app()->clientScript;
$cs->registerCoreScript('jquery');
$cs->registerCoreScript('jquery-ui');

$ext=defined('YII_DEBUG') && YII_DEBUG ? 'js' : 'min.js';
$cs->registerScriptFile($assets.'/fullcalendar/fullcalendar.'.$ext);
$cs->registerScriptFile($assets.'/fullcalendar/jquery-ui-1.8.23.custom.min.js');

$cs->registerCssFile($assets.'/fullcalendar/fullcalendar.css');

if ($this->loadPrintCss) {
Expand Down

0 comments on commit ec7973b

Please sign in to comment.