moved all account related files to account folder

update nodebb-theme-vanilla too to get the update tpl files
This commit is contained in:
barisusakli
2014-05-03 17:21:07 -04:00
parent 3c96857123
commit ec399d8b3b
9 changed files with 8 additions and 8 deletions

View File

@@ -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 = '',

View File

@@ -1,4 +1,4 @@
define(['forum/accountheader'], function(header) {
define(['forum/account/header'], function(header) {
var Favourites = {},
loadingMore = false;

View File

@@ -1,4 +1,4 @@
define(['forum/accountheader'], function(header) {
define(['forum/account/header'], function(header) {
var Followers = {};
Followers.init = function() {

View File

@@ -1,4 +1,4 @@
define(['forum/accountheader'], function(header) {
define(['forum/account/header'], function(header) {
var Following = {};
Following.init = function() {

View File

@@ -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;

View File

@@ -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,

View File

@@ -1,4 +1,4 @@
define(['forum/accountheader'], function(header) {
define(['forum/account/header'], function(header) {
var AccountSettings = {};
AccountSettings.init = function() {

View File

@@ -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;