minor fixes and reload button
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Qwaiter.event_host = "http://#{Rails.env.development? or Rails.env.test? ? 'localhost' : 'events.mozo.bar'}:9296/faye"
|
||||
Qwaiter.event_host = "http://#{(Rails.env.development? or Rails.env.test?) ? 'localhost' : 'events.mozo.bar'}:9296/faye"
|
||||
Qwaiter.broadcaster = Qwaiter::Broadcaster::Faye.new
|
||||
|
||||
# use the connection from couchbase-structures/documents
|
||||
|
||||
@@ -104,3 +104,4 @@ en:
|
||||
settings:
|
||||
title: Settings
|
||||
language: Language
|
||||
reload_application: Reload application
|
||||
|
||||
@@ -104,3 +104,4 @@ nl:
|
||||
settings:
|
||||
title: Settings
|
||||
language: Taal
|
||||
reload_application: Applicatie herstarten
|
||||
|
||||
Reference in New Issue
Block a user