We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb698d commit 0153f53Copy full SHA for 0153f53
CHANGELOG
@@ -2,6 +2,8 @@
2
3
2.5.2 - 未发布
4
修复小课表无法折叠和功能开关失效的问题
5
+ 修复从推荐课表选课时点击教师时会自动跳转的问题 (#24)
6
+ 修复在推荐课表页面会出现推荐课表的小课表的问题
7
8
2.5.1 - 2016/12/12
9
修复评教页面滑条失效的问题 (#17)
content_script/page/lesson.js
@@ -104,7 +104,9 @@ function optimize_elect()
104
var black_list = [
105
"/edu/student/elect/viewLessonTbl.aspx",
106
"/edu/student/elect/electResultOuter.aspx",
107
- "/edu/student/elect/electwarning.aspx"
+ "/edu/student/elect/electwarning.aspx",
108
+ "/edu/student/elect/RecommandTblOuter.aspx",
109
+ "/edu/student/elect/selectRecommandLesson.aspx"
110
];
111
if(inUrl(black_list)) {
112
return 0;
0 commit comments