mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:11:40 +08:00
Cleanup
This commit is contained in:
parent
89adb9d9ee
commit
5f044c2634
@ -136,7 +136,6 @@ export default class UserPage extends Component {
|
||||
if (isInitialized) { return; }
|
||||
|
||||
var $sidebar = $(element);
|
||||
console.log($sidebar.find('> ul'), $sidebar.find('> ul').data('bs.affix'));
|
||||
$sidebar.find('> ul').affix({
|
||||
offset: {
|
||||
top: $sidebar.offset().top - $('.global-header').outerHeight(true) - parseInt($sidebar.css('margin-top')),
|
||||
|
Loading…
x
Reference in New Issue
Block a user