mirror of https://github.com/xwiki-labs/cryptpad
lint compliance
This commit is contained in:
parent
cfc81e8c96
commit
cc6f3dc0e4
|
@ -468,7 +468,7 @@ define([
|
|||
};
|
||||
|
||||
create['migrate'] = function () {
|
||||
return;
|
||||
if (true) { return; } // XXX js hint
|
||||
// TODO
|
||||
// if (!loginBlock) { return; }
|
||||
// if (alreadyMigrated) { return; }
|
||||
|
|
Loading…
Reference in New Issue