Skip to content

Commit

Permalink
Add save
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Aug 17, 2017
1 parent def0f9d commit 76b0541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func handlePageUpdate(c *gin.Context) {
if json.IsPrimed {
p.IsPrimedForSelfDestruct = true
}
p.Save()
message = "Saved"
success = true
}
Expand Down

0 comments on commit 76b0541

Please sign in to comment.