From dc46a3f79c20fa7ee8d226bed9bd521f787631ca Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Sat, 8 Oct 2011 00:45:05 -0200 Subject: [PATCH] Always request aspects, not current location This becomes a problem when having this widget instantiated looking at the followed_tags stream With the former code de/selecting aspects was only refreshing the followed_tags stream, not loading aspect stream posts --- public/javascripts/widgets/aspect-navigation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/widgets/aspect-navigation.js b/public/javascripts/widgets/aspect-navigation.js index 7d7d9b7d2..66d283d8b 100644 --- a/public/javascripts/widgets/aspect-navigation.js +++ b/public/javascripts/widgets/aspect-navigation.js @@ -76,7 +76,7 @@ }; this.generateURL = function() { - var baseURL = location.href.split("?")[0]; + var baseURL = 'aspects'; // generate new url baseURL = baseURL.replace('#','');