FIX Reference alias for this inside javascript closure - report now works on initial load

This commit is contained in:
Robbie Averill 2019-03-11 15:27:25 +13:00
parent 60893a87b1
commit 4f0df463df
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
success: function(data) {
// No report, so let user create one
if (!data) {
this.buttonReset();
self.buttonReset();
return;
}