Commit e843290d authored by Randall Leeds's avatar Randall Leeds

Stupid, quick hack for notifactions

parent 4afbf932
......@@ -482,7 +482,12 @@ class App
$scope.initUpdater = ->
$scope.new_updates = 0
path = "#{$scope.baseUrl}__streamer__"
# Quick hack until we unify all the routes.
# We need to eliminate the distinction between the app and the site
# because it's not useful. The site is the app, stupid!
# Then everything will be relative to the same base.
path = $scope.baseUrl.replace(/\/\w+\/$/, '/')
path = "#{path}__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