From: Kathryn Reeve Date: Wed, 3 Oct 2012 13:57:53 +0000 (+0200) Subject: update to jquery to fix #110 X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fapplication_blanche.git;a=commitdiff_plain;h=951ae1f49242f47db90981223c13a31246afa46c update to jquery to fix #110 --- diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 52285ec..18a4720 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -15,7 +15,7 @@ headScript()->prependFile($this->basePath() . '/js/html5.js', 'text/javascript', array('conditional' => 'lt IE 9',)) - ->prependFile($this->basePath() . '/js/jquery-1.7.2.min.js') ?> + ->prependFile('//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js') ?>