Skip to content

Commit

Permalink
I striked through some stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maegan M Clawges committed May 1, 2015
1 parent 44c4033 commit 159ea1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ function addProblemToAccordian(problem,folderName){
.append(problem.name)
);
if(problem.phase == 0) {
link.css("background-color","lightgray");
link.css("text-decoration", "line-through");
}
link.click(function () {
curProblem = problem;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function addProblemToAccordian(problem,folderName){
.append(problem.name)
);
if(problem.phase == 0) {
link.css("background-color","lightgray");
link.css("text-decoration", "line-through");
}
link.click(function () { addProbInfo(problem); });

Expand Down

0 comments on commit 159ea1d

Please sign in to comment.