#985 micros版:资源搜索,下载资源控件显示错误

course_group
z9hang 11 years ago
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…
Cancel
Save