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 ...@@ -482,8 +482,7 @@ class App
$scope.initUpdater = -> $scope.initUpdater = ->
$scope.new_updates = 0 $scope.new_updates = 0
path = window.location.protocol + '//' + window.location.hostname + ':' + path = "#{$scope.baseUrl}/__streamer__"
window.location.port + '/__streamer__'
# Collect all uris we should watch # Collect all uris we should watch
href = annotator.plugins.Store.options.loadFromSearch.uri 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