Skip to content

Commit

Permalink
Merge pull request #59 from creative-commoners/pulls/2.0/fix-initial-…
Browse files Browse the repository at this point in the history
…button-state

FIX Reference alias for this inside javascript closure - report now works on initial load
  • Loading branch information
robbieaverill authored Mar 11, 2019
2 parents 60893a8 + 4f0df46 commit e41ee18
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 e41ee18

Please sign in to comment.