Commit ca2289a856da511782ac4587259f71f860d2e377

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent ad12dbc5

Adding jquery-latest.js on slideshow

(ActionItem1485)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/slideshow.rhtml
... ... @@ -11,7 +11,7 @@
11 11 %></title>
12 12  
13 13 <%= stylesheet_import "slideshow" %>
14   - <%= javascript_include_tag 'sliderjs', 'pikachoose', :cache => 'cache-slideshow' %>
  14 + <%= javascript_include_tag 'jquery-latest', 'sliderjs', 'pikachoose', :cache => 'cache-slideshow' %>
15 15 <script type="text/javascript">
16 16 $(document).ready(function (){
17 17 $("#slideshow").PikaChoose({
... ...