update to jquery to fix #110
authorKathryn Reeve <Kathryn@BinaryKitten.com>
Wed, 3 Oct 2012 13:57:53 +0000 (15:57 +0200)
committerKathryn Reeve <Kathryn@BinaryKitten.com>
Wed, 3 Oct 2012 13:57:53 +0000 (15:57 +0200)
module/Application/view/layout/layout.phtml

index 52285ec..18a4720 100644 (file)
@@ -15,7 +15,7 @@
 
         <!-- Scripts -->
         <?php echo $this->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') ?>
     </head>
     <body>
         <div class="navbar navbar-fixed-top">