Changeset - d5a0c77dfc5b
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 9 years ago 2016-06-12 04:22:37
drewp@bigasterisk.com
rdfdb status bar format
Ignore-this: bbadeabc679beccef07943fbb857a2ce
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/rdfdbclient.coffee
Show inline comments
 
@@ -71,8 +71,8 @@ class window.RdfDbClient
 

	
 
    ping = if @_lastPingMs > 0 then @_lastPingMs else '...'
 
    @setStatus("#{ws};
 
      #{@_patchesReceived} recv
 
      #{@_patchesSent} sent
 
      #{@_patchesReceived} recv;
 
      #{@_patchesSent} sent;
 
      #{@_patchesToSend.length} pending;
 
      #{ping}ms")
 
 
0 comments (0 inline, 0 general)