mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
fixed #517
This commit is contained in:
@@ -102,7 +102,9 @@ var utils = require('./../public/src/utils.js'),
|
||||
var themeData = {
|
||||
'theme:type': data.type,
|
||||
'theme:id': data.id,
|
||||
'theme:staticDir': ''
|
||||
'theme:staticDir': '',
|
||||
'theme:templates': '',
|
||||
'theme:src': ''
|
||||
};
|
||||
|
||||
switch(data.type) {
|
||||
|
||||
Reference in New Issue
Block a user