mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +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
|
||||
})
|
||||
.atwho(atWhoSettings('#', DEFAULT_SEARCH_FILTER))
|
||||
.atwho(atWhoSettings('task#', FilterTypeEnum.TASK))
|
||||
.atwho(atWhoSettings('project#', FilterTypeEnum.PROJECT))
|
||||
.atwho(atWhoSettings('experiment#', FilterTypeEnum.EXPERIMENT))
|
||||
.atwho(atWhoSettings('sample#', FilterTypeEnum.SAMPLE));
|
||||
// .atwho(atWhoSettings('task#', FilterTypeEnum.TASK)) Waiting for better times
|
||||
// .atwho(atWhoSettings('project#', FilterTypeEnum.PROJECT))
|
||||
// .atwho(atWhoSettings('experiment#', FilterTypeEnum.EXPERIMENT))
|
||||
// .atwho(atWhoSettings('sample#', FilterTypeEnum.SAMPLE));
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue