diff --git a/client/security.coffee b/client/security.coffee index e7b31f2..5d18bed 100644 --- a/client/security.coffee +++ b/client/security.coffee @@ -36,6 +36,7 @@ claim_wiki = () -> response.json().then (json) -> ownerName = json.ownerName window.isClaimed = true + window.isOwner = true update_footer ownerName, true else console.log 'Attempt to claim site failed', response