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 = {},
|
var Favourites = {},
|
||||||
loadingMore = false;
|
loadingMore = false;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
define(['forum/accountheader'], function(header) {
|
define(['forum/account/header'], function(header) {
|
||||||
var Followers = {};
|
var Followers = {};
|
||||||
|
|
||||||
Followers.init = function() {
|
Followers.init = function() {
|
@ -1,4 +1,4 @@
|
|||||||
define(['forum/accountheader'], function(header) {
|
define(['forum/account/header'], function(header) {
|
||||||
var Following = {};
|
var Following = {};
|
||||||
|
|
||||||
Following.init = function() {
|
Following.init = function() {
|
@ -1,4 +1,4 @@
|
|||||||
define(['forum/accountheader'], function(header) {
|
define(['forum/account/header'], function(header) {
|
||||||
var AccountSettings = {};
|
var AccountSettings = {};
|
||||||
|
|
||||||
AccountSettings.init = function() {
|
AccountSettings.init = function() {
|
Loading…
Reference in New Issue