mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
started work on noscript tags in pages (but blocked by template bug with block processing), allowed reverting of theme in ACP
introducing mixins css file
This commit is contained in:
@@ -37,6 +37,9 @@ var utils = require('./../public/src/utils.js'),
|
||||
RDB.hset('config', field, value, function(err, res) {
|
||||
callback(err);
|
||||
});
|
||||
},
|
||||
remove: function(field) {
|
||||
RDB.hdel('config', field);
|
||||
}
|
||||
}
|
||||
}(exports));
|
||||
Reference in New Issue
Block a user