mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
init, attempt to increase cold load speed
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/* globals define, app, socket, utils */
|
||||
|
||||
define(['forum/account/header', 'forum/infinitescroll'], function(header, infinitescroll) {
|
||||
define('forum/account/topics', ['forum/account/header', 'forum/infinitescroll'], function(header, infinitescroll) {
|
||||
var AccountTopics = {};
|
||||
|
||||
AccountTopics.init = function() {
|
||||
|
||||
Reference in New Issue
Block a user