diff --git a/lib/stream/aspect_stream.rb b/lib/stream/aspect_stream.rb index d12f59d43..a0bbf90f9 100644 --- a/lib/stream/aspect_stream.rb +++ b/lib/stream/aspect_stream.rb @@ -53,7 +53,7 @@ class AspectStream < BaseStream # @return [String] URL def link(opts={}) - Rails.application.routes.url_helpers.aspects_path(opts.merge(:a_ids => aspect_ids)) + Rails.application.routes.url_helpers.aspects_path(opts) end # The first aspect in #aspects, given the stream is not for all aspects, or #aspects size is 1 diff --git a/public/javascripts/widgets/aspect-navigation.js b/public/javascripts/widgets/aspect-navigation.js index dadf06bdf..dddd0d0d3 100644 --- a/public/javascripts/widgets/aspect-navigation.js +++ b/public/javascripts/widgets/aspect-navigation.js @@ -100,10 +100,6 @@ self.fadeOut(); self.jXHR = $.getScript(newURL, function(data) { - if (typeof(history.pushState) == 'function') { - history.pushState(null, document.title, newURL); - } - var textarea = $("#publisher textarea#status_message_fake_text"), photozone = $("#photodropzone");