Skip to content

Commit

Permalink
Merge branch 'hotfix/132'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Oct 3, 2012
2 parents d74feaa + f87fbac commit e619d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e619d80

Please sign in to comment.