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
This commit is contained in:
Gonzalo Rodriguez 2011-10-08 00:45:05 -02:00
parent e2e2bdf69c
commit dc46a3f79c

View file

@ -76,7 +76,7 @@
};
this.generateURL = function() {
var baseURL = location.href.split("?")[0];
var baseURL = 'aspects';
// generate new url
baseURL = baseURL.replace('#','');