mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
- changes per PR conversation
This commit is contained in:
@@ -1034,11 +1034,6 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
|
||||
history.replaceState({
|
||||
url: window.location.pathname.slice(1) + '#' + el.attr('data-pid')
|
||||
}, null, newUrl);
|
||||
} else {
|
||||
// this is very slugish on IE8/9, it causes the browser to adjust its scroll on its own,
|
||||
// it can be fixed, but too much work for a very little return just so ie8/9 users can have the hash updated
|
||||
// commenting it out, sorry
|
||||
// location.hash = '#' + el.attr('data-pid');
|
||||
}
|
||||
currentUrl = newUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user