Commit ca2289a856da511782ac4587259f71f860d2e377
Committed by
Antonio Terceiro
1 parent
ad12dbc5
Exists in
master
and in
29 other branches
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,7 +11,7 @@ | ||
11 | %></title> | 11 | %></title> |
12 | 12 | ||
13 | <%= stylesheet_import "slideshow" %> | 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 | <script type="text/javascript"> | 15 | <script type="text/javascript"> |
16 | $(document).ready(function (){ | 16 | $(document).ready(function (){ |
17 | $("#slideshow").PikaChoose({ | 17 | $("#slideshow").PikaChoose({ |