Commit def24c64 authored by Randall Leeds's avatar Randall Leeds

Use the app base url for the notifications socket

parent 5bad96ab
......@@ -482,8 +482,7 @@ class App
$scope.initUpdater = ->
$scope.new_updates = 0
path = window.location.protocol + '//' + window.location.hostname + ':' +
window.location.port + '/__streamer__'
path = "#{$scope.baseUrl}/__streamer__"
# Collect all uris we should watch
href = annotator.plugins.Store.options.loadFromSearch.uri
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment