Merge branch 'stable' into develop

This commit is contained in:
Jonne Haß 2015-10-08 14:44:07 +02:00
commit c18c1b1d84

View file

@ -107,6 +107,8 @@ var app = {
$(".stream_title").text(link.text());
}
$("html, body").animate({scrollTop: 0});
// app.router.navigate doesn't tell us if it changed the page,
// so we use Backbone.history.navigate instead.
var change = Backbone.history.navigate(link.attr("href").substring(1) ,true);