Merge branch 'patch-2' of https://github.com/BinaryKitten/ZendSkeletonApplication...
authorMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 20:54:41 +0000 (15:54 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Wed, 3 Oct 2012 20:54:41 +0000 (15:54 -0500)
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">