Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorGonzalo Rodriguez <gonzalo@wyeworks.com>2011-10-08 06:45:05 +0400
committerGonzalo Rodriguez <gonzalo@wyeworks.com>2011-10-08 06:45:05 +0400
commitdc46a3f79c20fa7ee8d226bed9bd521f787631ca (patch)
treeea9f2dead38de1334593161b9c7d67d36a60836b /public
parente2e2bdf69c83621ecd5fc3a7512a12d73b75cddd (diff)
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
Diffstat (limited to 'public')
-rw-r--r--public/javascripts/widgets/aspect-navigation.js2
1 files changed, 1 insertions, 1 deletions
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('#','');