Skip to content

Commit

Permalink
FIX Reference alias for this inside javascript closure - report now w…
Browse files Browse the repository at this point in the history
…orks on initial load
  • Loading branch information
robbieaverill committed Mar 11, 2019
1 parent 60893a8 commit 4f0df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/BrokenExternalLinksReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
success: function(data) {
// No report, so let user create one
if (!data) {
this.buttonReset();
self.buttonReset();
return;
}

Expand Down

0 comments on commit 4f0df46

Please sign in to comment.