Skip to content

Commit

Permalink
Disable index score query
Browse files Browse the repository at this point in the history
  • Loading branch information
ComMouse committed Jan 17, 2017
1 parent e275daa commit 70c78fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
更新日志(从 1.9.5 才开始写):

2.5.4 - 未发布
暂时关闭首页成绩查询

2.5.3 - 2016/12/25
更新通识课列表

Expand Down
2 changes: 1 addition & 1 deletion content_script/page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function optimize_index() {
if (!inUrl("newsBoard/newsInside.aspx"))
return 0;

optimize_index_score_query();
//optimize_index_score_query();
}

/**
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"update_url": "http://clients2.google.com/service/update2/crx",
"name": "Electsys++ 交大选课插件",
"author": "laohyx",
"version": "2.5.3",
"version": "2.5.4",
"icons": {
"48": "logo_new.png",
"128": "logo_new_128.png"
Expand Down
6 changes: 0 additions & 6 deletions option/option.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ <h2>优化</h2>
<label for="checkbox2-1">启用绩点查询</label>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<input id="checkbox2-2" type="checkbox" data-key="fold_index_socre" data-checked="false" data-unchecked="true" data-default="true">
<label for="checkbox2-2">在首页显示成绩</label>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<input id="checkbox2-3" type="checkbox" data-key="optimize_score" data-checked="true" data-unchecked="false" data-default="true">
Expand Down

0 comments on commit 70c78fb

Please sign in to comment.