mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
parent
c562b3969a
commit
b7ca2310b2
3 changed files with 3 additions and 0 deletions
|
|
@ -91,3 +91,4 @@ export const fixDuplicateLists = {
|
||||||
if (typeof window !== 'undefined') {
|
if (typeof window !== 'undefined') {
|
||||||
window.fixDuplicateLists = fixDuplicateLists;
|
window.fixDuplicateLists = fixDuplicateLists;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -284,3 +284,4 @@ if (require.main === module) {
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = DuplicateListsFixer;
|
module.exports = DuplicateListsFixer;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -232,3 +232,4 @@ Meteor.methods({
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue