From 22696fe4f9fd70c53bbf383316438d11ecba4ab6 Mon Sep 17 00:00:00 2001 From: z9hang Date: Mon, 17 Nov 2014 16:20:48 +0800 Subject: [PATCH] =?UTF-8?q?#985=20micros=E7=89=88=EF=BC=9A=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=90=9C=E7=B4=A2=EF=BC=8C=E4=B8=8B=E8=BD=BD=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E6=8E=A7=E4=BB=B6=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/stores/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index 1b86bbd64..6eca2b0bf 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -58,10 +58,10 @@ $('.download_icon').find("a").attr("target", "_blank"); $('.download_icon').each(function(){ $(this).mouseenter(function(event) { - $(this).find('img').attr("src", "/images/button/download_focus.png") + $(this).find('img').attr("src", "<%= path_to_image("/images/button/download_focus.png") %>") }); $(this).mouseleave(function(event) { - $(this).find('img').attr("src", "/images/button/download.png") + $(this).find('img').attr("src", "<%= path_to_image("/images/button/download.png") %>") }); }); if(navigator.appName=="Microsoft Internet Explorer"){