mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 20:47:17 +02:00
Allowing theme to be re-ordered like plugins.
This commit is contained in:
@@ -96,8 +96,6 @@ var fs = require('fs'),
|
||||
return next();
|
||||
}
|
||||
|
||||
plugins.push(meta.config['theme:id']);
|
||||
|
||||
plugins = plugins.filter(function(plugin){
|
||||
return plugin && typeof plugin === 'string';
|
||||
}).map(function(plugin){
|
||||
|
||||
Reference in New Issue
Block a user