mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
removes unneeded annotations [fixes SCI-915]
This commit is contained in:
parent
1793e2a8f4
commit
4f7d62e79d
1 changed files with 4 additions and 4 deletions
|
@ -428,10 +428,10 @@ var SmartAnnotation = (function() {
|
||||||
displayTimeout: 120000
|
displayTimeout: 120000
|
||||||
})
|
})
|
||||||
.atwho(atWhoSettings('#', DEFAULT_SEARCH_FILTER))
|
.atwho(atWhoSettings('#', DEFAULT_SEARCH_FILTER))
|
||||||
.atwho(atWhoSettings('task#', FilterTypeEnum.TASK))
|
// .atwho(atWhoSettings('task#', FilterTypeEnum.TASK)) Waiting for better times
|
||||||
.atwho(atWhoSettings('project#', FilterTypeEnum.PROJECT))
|
// .atwho(atWhoSettings('project#', FilterTypeEnum.PROJECT))
|
||||||
.atwho(atWhoSettings('experiment#', FilterTypeEnum.EXPERIMENT))
|
// .atwho(atWhoSettings('experiment#', FilterTypeEnum.EXPERIMENT))
|
||||||
.atwho(atWhoSettings('sample#', FilterTypeEnum.SAMPLE));
|
// .atwho(atWhoSettings('sample#', FilterTypeEnum.SAMPLE));
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue