mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
30 lines
No EOL
412 B
JavaScript
30 lines
No EOL
412 B
JavaScript
|
|
Telescope.modules.register("profileDisplay", [
|
|
{
|
|
template: 'userInfo',
|
|
order: 1
|
|
},
|
|
{
|
|
template: 'userPosts',
|
|
order: 2
|
|
},
|
|
{
|
|
template: 'userUpvotedPosts',
|
|
order: 3
|
|
},
|
|
{
|
|
template: 'userDownvotedPosts',
|
|
order: 5
|
|
},
|
|
{
|
|
template: 'userComments',
|
|
order: 5
|
|
}
|
|
]);
|
|
|
|
Telescope.modules.register("profileEdit", [
|
|
{
|
|
template: 'userAccount',
|
|
order: 1
|
|
}
|
|
]); |