Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xsznix committed Feb 27, 2014
1 parent 0c7a1aa commit 124ffc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.2.3

* Fix typo

### 2.2.2

* Don't break on Austin ISD's cumulative GPA
Expand Down
2 changes: 1 addition & 1 deletion hac_dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var HAC_HTML =
}

// each row
for (var r = gradesColOffset; r < $rows.length; r++) {
for (var r = gradesRowOffset; r < $rows.length; r++) {
var title, grades, $cells, grade;
$cells = $rows.eq(r).children("td");
title = $cells.eq(titleOffset).html();
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QuickHAC",
"version": "2.2.2",
"version": "2.2.3",
"manifest_version": 2,
"description": "Quickly and efficiently check your grades.",
"browser_action": {
Expand Down

0 comments on commit 124ffc5

Please sign in to comment.