This commit is contained in:
rlx 2018-08-10 11:59:28 +01:00
parent da9a8d1402
commit 92c768862c
1 changed files with 1 additions and 1 deletions

View File

@ -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/');