Better debugging and fix click on mobile devices that implement draggable

This commit is contained in:
2015-10-07 17:43:45 +02:00
parent b540f5945e
commit 546e1fe10d
4 changed files with 5 additions and 15 deletions
+1 -1
View File
@@ -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?) ? ENV['MOZO_LOCAL_IP'] || 'localhost' : 'events.mozo.bar'}:9296/faye"
Qwaiter.broadcaster = Qwaiter::Broadcaster::Faye.new
# use the connection from couchbase-structures/documents