mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 18:22:23 +02:00
closes #4910
This commit is contained in:
13
public/src/client/account/info.js
Normal file
13
public/src/client/account/info.js
Normal file
@@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
/* globals define */
|
||||
|
||||
define('forum/account/info', ['forum/account/header'], function(header) {
|
||||
var Info = {};
|
||||
|
||||
Info.init = function() {
|
||||
header.init();
|
||||
};
|
||||
|
||||
return Info;
|
||||
});
|
||||
Reference in New Issue
Block a user