mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 00:09:41 +01:00
moved all account related files to account folder
update nodebb-theme-vanilla too to get the update tpl files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/* globals define, ajaxify, socket, app, config, utils, translator */
|
||||
|
||||
define(['forum/accountheader', 'uploader'], function(header, uploader) {
|
||||
define(['forum/account/header', 'uploader'], function(header, uploader) {
|
||||
var AccountEdit = {},
|
||||
gravatarPicture = '',
|
||||
uploadedPicture = '',
|
||||
@@ -1,4 +1,4 @@
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var Favourites = {},
|
||||
loadingMore = false;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var Followers = {};
|
||||
|
||||
Followers.init = function() {
|
||||
@@ -1,4 +1,4 @@
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var Following = {};
|
||||
|
||||
Following.init = function() {
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
/* globals define, app, socket, ajaxify, templates, translator, utils */
|
||||
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var AccountPosts = {},
|
||||
loadingMore = false;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
/* globals define, ajaxify, app, utils, socket, translator*/
|
||||
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var Account = {},
|
||||
yourid,
|
||||
theirid,
|
||||
@@ -1,4 +1,4 @@
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var AccountSettings = {};
|
||||
|
||||
AccountSettings.init = function() {
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
/* globals define, app, socket, ajaxify, templates, translator, utils */
|
||||
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var AccountTopics = {},
|
||||
loadingMore = false;
|
||||
|
||||
Reference in New Issue
Block a user