#985 micros版:资源搜索,下载资源控件显示错误
This commit is contained in:
parent
aa0f10e9fd
commit
22696fe4f9
|
@ -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"){
|
||||
|
|
Loading…
Reference in New Issue