moved all account related files to account folder
update nodebb-theme-vanilla too to get the update tpl filesv1.18.x
parent
3c96857123
commit
ec399d8b3b
@ -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() {
|
@ -1,4 +1,4 @@
|
||||
define(['forum/accountheader'], function(header) {
|
||||
define(['forum/account/header'], function(header) {
|
||||
var AccountSettings = {};
|
||||
|
||||
AccountSettings.init = function() {
|
Loading…
Reference in New Issue