helpers.getBookmarkFromIndex

This commit is contained in:
psychobunny
2015-04-01 15:22:02 -04:00
parent ca3e0b59b0
commit 232d1aae31

View File

@@ -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) {