mirror of
https://github.com/flarum/core.git
synced 2025-08-02 14:37:49 +02:00
Give the sticky badge precedence
This commit is contained in:
2
extensions/sticky/js/bootstrap.js
vendored
2
extensions/sticky/js/bootstrap.js
vendored
@@ -30,7 +30,7 @@ app.initializers.add('sticky', function() {
|
|||||||
label: 'Sticky',
|
label: 'Sticky',
|
||||||
icon: 'thumb-tack',
|
icon: 'thumb-tack',
|
||||||
className: 'badge-sticky',
|
className: 'badge-sticky',
|
||||||
}));
|
}), {last: true});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user