资源库来源title显示带html代码bug修复

dev_daiao_temp
Tim 9 years ago
parent 0a9d288880
commit dac9502f1f

@ -267,4 +267,9 @@
}
}
$(".resource-list-from").each(function(){
var titleContent = $(this).text();
$(this).attr("title",titleContent);
});
</script>

Loading…
Cancel
Save