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:
parent
e2e2bdf69c
commit
dc46a3f79c
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
this.generateURL = function() {
|
this.generateURL = function() {
|
||||||
var baseURL = location.href.split("?")[0];
|
var baseURL = 'aspects';
|
||||||
|
|
||||||
// generate new url
|
// generate new url
|
||||||
baseURL = baseURL.replace('#','');
|
baseURL = baseURL.replace('#','');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue