From 951ae1f49242f47db90981223c13a31246afa46c Mon Sep 17 00:00:00 2001 From: Kathryn Reeve Date: Wed, 3 Oct 2012 15:57:53 +0200 Subject: [PATCH] update to jquery to fix #110 --- module/Application/view/layout/layout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ?>