mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
admin: Delete unused search_results
This silences some ESLint camelcase warnings.
This commit is contained in:
parent
2fdac836d0
commit
6a5f905090
2 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
res.send(eejs.require('ep_etherpad-lite/templates/admin/plugins.html', {
|
||||
plugins: plugins.plugins,
|
||||
req,
|
||||
search_results: {},
|
||||
errors: [],
|
||||
}));
|
||||
});
|
||||
|
|
|
@ -8,7 +8,6 @@ exports.expressCreateServer = function (hook_name, args, cb) {
|
|||
res.send(eejs.require('ep_etherpad-lite/templates/admin/settings.html', {
|
||||
req,
|
||||
settings: '',
|
||||
search_results: {},
|
||||
errors: [],
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue