diff --git a/app/views/files/quote_resource_show.js.erb b/app/views/files/quote_resource_show.js.erb
index fa1f8f4ca..76025fbd2 100644
--- a/app/views/files/quote_resource_show.js.erb
+++ b/app/views/files/quote_resource_show.js.erb
@@ -6,6 +6,6 @@
showModal('ajax-modal', '513px');
$('#ajax-modal').siblings().remove();
-$('#ajax-modal').before("");
+$('#ajax-modal').before("");
$('#ajax-modal').parent().css("top","").css("left","");
$('#ajax-modal').parent().addClass("popbox_polls");
\ No newline at end of file
diff --git a/public/javascripts/course.js b/public/javascripts/course.js
index 74dceddc1..b629530f0 100644
--- a/public/javascripts/course.js
+++ b/public/javascripts/course.js
@@ -757,8 +757,8 @@ function goTopEx() {
}
}
-//匿评评分提示
$(function(){
+ //匿评评分提示
$(".student_score_info").bind("mouseover",function(e){
//alert($(this).html());
$(this).find("div").show();
@@ -769,6 +769,8 @@ $(function(){
//alert($(this).html());
$(this).find("div").hide();
});
+
+ $("#about_project label").eq(1).remove();
});
//匿评弹框取消按钮
@@ -797,7 +799,3 @@ function SearchByName_1(obj,url)
{
location.href = url + "&name=" + obj.val();
}
-
-$(function(){
- $("#about_project label").eq(1).remove();
-});
\ No newline at end of file