mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
init, attempt to increase cold load speed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
/* globals app, config, define, socket, translator, templates, utils */
|
||||
|
||||
define(['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
|
||||
define('chat', ['taskbar', 'string', 'sounds'], function(taskbar, S, sounds) {
|
||||
|
||||
var module = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user