In user profile changing page should reposition window to top

When we change the page using pagination in the user
profile page the data gets updated but the position
of the window remains at pagination. It should change
position of window to top.

TNL-107
This commit is contained in:
Waqas Khalid
2014-11-26 16:00:54 +05:00
parent baaf5fa8a7
commit 0eab14a334
3 changed files with 13 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ if Backbone?
@numPages = response.num_pages
@discussion.reset(response.discussion_data, {silent: false})
history.pushState({}, "", url)
$("html, body").animate({ scrollTop: 0 });
error: =>
DiscussionUtil.discussionAlert(
gettext("Sorry"),