Skip to content
This repository was archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
Step Form New Add (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupesh87 authored and lmmrssa committed May 22, 2017
1 parent fbc0819 commit 102c553
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/MyApp/app/views/LevelForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,16 @@ $(function() {
if (pqattempts != undefined) {
m.set("pqAttempts", pqattempts)
}
m.save()
m.save({}, {
success:function(){
last_member = allcrs.last()
if(last_member.get('id') == m.get('id')){
location.reload()
}
}
})
}
})
location.reload()
}
})
} else {
Expand Down

0 comments on commit 102c553

Please sign in to comment.