remove // XXX related to translation keys

This commit is contained in:
David Benqué
2020-03-25 16:40:41 +00:00
parent 67c933622d
commit b20beee2dc
2 changed files with 3 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ define([
return $div;
};
create['open-files'] = function () {
var key = 'open-files'; // XXX
var key = 'open-files';
var $div = makeBlock(key);
sFrameChan.query('Q_ADMIN_RPC', {
cmd: 'GET_FILE_DESCRIPTOR_COUNT',