version 0.1.6, dont check own sites integrity, serving newly added sites, only serve .html files with wrapper, pass query string to innerframe, support for background-color in content.json, websocket api sitepublish and filewrite commands, pass hashchange to innerframe, wrapperPrompt notification support,

This commit is contained in:
HelloZeroNet 2015-01-24 19:14:29 +01:00
parent a977feec33
commit 024655cf15
11 changed files with 172 additions and 16 deletions

View file

@ -57,7 +57,7 @@ class ZeroWebsocket
onOpenWebsocket: (e) =>
@log "Open", e
@log "Open"
if @onOpen? then @onOpen(e)