diff options
author | raylu <raylu@mixpanel.com> | 2011-07-10 16:09:52 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-10 16:09:52 -0700 |
commit | 7ff8ca57fec5bf7f8f4ada98fa8961ff2689a703 (patch) | |
tree | f4f0de719cbd58cb0791df576db6d5fc85e664a1 /views/layouts | |
parent | d4b6945d87550ea6862aa4c00677ba9074585900 (diff) | |
download | otakuhub-7ff8ca57fec5bf7f8f4ada98fa8961ff2689a703.tar.xz |
load jquery from google and upgrade 1.6.1->1.6.2
Diffstat (limited to 'views/layouts')
-rw-r--r-- | views/layouts/default.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index 94aa7e4..06dee9e 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -73,7 +73,7 @@ use \lithium\security\Auth; <br class="cl" /> </footer> -<?= $this->html->script("/js/jquery-1.6.1.min.js"); ?> +<?= $this->html->script("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"); ?> <?= $this->html->script("/js/jquery.anchor.js"); ?> <?= $this->html->script("/js/jquery.tools.min.js"); ?> <?= $this->html->script("/js/jquery.form.js"); ?> |