Merge pull request #29 from ig3/setup-isOwner

@ig3 Thank you for the fix.
This commit is contained in:
Paul Rodwell
2020-06-10 17:37:30 +01:00
committed by GitHub

View File

@ -206,6 +206,7 @@ setup = (user) ->
.then (response) ->
if response.ok
response.json().then (json) ->
window.isOwner = json.isOwner
settings = json
if settings.wikiHost
dialogHost = settings.wikiHost