remove dead code
This commit is contained in:
parent
551d38c930
commit
caf1a6f01c
@ -47,8 +47,6 @@ define([
|
||||
return html.replace(/</g, '<');
|
||||
};
|
||||
|
||||
|
||||
|
||||
var makeRecentPadsTable = function (recentPads) {
|
||||
if (!recentPads.length) { return; }
|
||||
recentPads.some(function (pad, index) {
|
||||
@ -130,7 +128,6 @@ define([
|
||||
$('table').attr('style', '');
|
||||
$tryit.text(Messages.recentPads);
|
||||
}
|
||||
//recentPads.sort(Cryptpad.mostRecent);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user