From 8ecc71b2d6cba851db81a7c6ed3a5c12cb85ec07 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 13 May 2014 18:28:22 -0300 Subject: [PATCH] Replace old call to jquery --- app/views/layouts/slideshow.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/slideshow.html.erb b/app/views/layouts/slideshow.html.erb index 89f1f89..27530cd 100644 --- a/app/views/layouts/slideshow.html.erb +++ b/app/views/layouts/slideshow.html.erb @@ -11,7 +11,7 @@ %> <%= stylesheet_import "slideshow" %> - <%= javascript_include_tag 'jquery-latest', 'sliderjs', 'pikachoose', :cache => 'cache/slideshow' %> + <%= javascript_include_tag 'jquery-2.1.1.min', 'sliderjs', 'pikachoose', :cache => 'cache/slideshow' %>