Skip to content

Commit

Permalink
update jquery UI at last version
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiofx committed Jan 18, 2011
1 parent b864aaf commit f5504be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application/layouts/admin.phtml
Expand Up @@ -9,8 +9,8 @@
<?= $this->headLink()->appendStylesheet('/meme-content/css/style_meme.css'); ?>

<?= $this->jQuery()->setVersion('1.4.4')
->setUiVersion('1.8.6')
->addStylesheet('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/blitzer/jquery-ui.css'); ?>
->setUiVersion('1.8.8')
->addStylesheet('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/themes/blitzer/jquery-ui.css'); ?>

<?= $this->headScript(); ?>

Expand Down
4 changes: 2 additions & 2 deletions application/layouts/default.phtml
Expand Up @@ -11,8 +11,8 @@
?>

<?= $this->jQuery()->setVersion('1.4.4')
->setUiVersion('1.8.6')
->addStylesheet('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/blitzer/jquery-ui.css'); ?>
->setUiVersion('1.8.8')
->addStylesheet('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/themes/blitzer/jquery-ui.css'); ?>

</head>

Expand Down

0 comments on commit f5504be

Please sign in to comment.