typo
This commit is contained in:
parent
da9a8d1402
commit
92c768862c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ pandora.localInit = function() {
|
|||
pandora.ui.renameKeywordDialog().open()
|
||||
} else if (data.id == 'manage') {
|
||||
pandora.ui.manageKeywordsDialog().open()
|
||||
} else if (data.id == 'manage') {
|
||||
} else if (data.id == 'correlations') {
|
||||
pandora.ui.correlationsDialog().open()
|
||||
} else if (data.id == 'ontology') {
|
||||
pandora.openLink('/static/ontology/');
|
||||
|
|
Loading…
Reference in a new issue