mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 07:26:13 +02:00
all procs should load the js from file
This commit is contained in:
@@ -228,10 +228,6 @@ module.exports = function (Meta) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (nconf.get('isPrimary') !== 'true') {
|
||||
return callback();
|
||||
}
|
||||
|
||||
file.exists(mapPath, function (exists) {
|
||||
if (exists) {
|
||||
paths.push(mapPath);
|
||||
|
||||
Reference in New Issue
Block a user