mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
helpers.getBookmarkFromIndex
This commit is contained in:
@@ -93,6 +93,10 @@
|
||||
return style.join(' ');
|
||||
};
|
||||
|
||||
helpers.getBookmarkFromIndex = function(topic) {
|
||||
return (topic.index || 0) + 1;
|
||||
};
|
||||
|
||||
// Groups helpers
|
||||
helpers.membershipBtn = function(groupObj) {
|
||||
if (groupObj.isMember) {
|
||||
|
||||
Reference in New Issue
Block a user