moved all account related files to account folder

update nodebb-theme-vanilla too to get the update tpl files
v1.18.x
barisusakli 11 years ago
parent 3c96857123
commit ec399d8b3b

@ -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;
Loading…
Cancel
Save