This commit is contained in:
Zack Scholl 2017-08-17 07:44:18 -07:00
parent def0f9d669
commit 76b054122a
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ func handlePageUpdate(c *gin.Context) {
if json.IsPrimed {
p.IsPrimedForSelfDestruct = true
}
p.Save()
message = "Saved"
success = true
}