1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 21:50:50 +02:00

Give the sticky badge precedence

This commit is contained in:
Toby Zerner
2015-06-25 15:40:02 +09:30
parent b65c1f8624
commit 76d58ababa

View File

@@ -30,7 +30,7 @@ app.initializers.add('sticky', function() {
label: 'Sticky',
icon: 'thumb-tack',
className: 'badge-sticky',
}));
}), {last: true});
}
});