Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Fix the PerseusBridge call.
Browse files Browse the repository at this point in the history
Auditors: emily

Test plan:
Fingers crossed
  • Loading branch information
csilvers committed May 11, 2016
1 parent b70698d commit 844554d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion khan-exercise.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ var Khan = {

e.preventDefault();

var issueInfo = PerseusBridge.getIssueInfo();
var issueInfo = Exercises.PerseusBridge.getIssueInfo();

// don't do anything if the user clicked a second time quickly
if ($("#issue .issue-form").css("display") === "none") {
Expand Down

0 comments on commit 844554d

Please sign in to comment.