typo
This commit is contained in:
parent
21c13aeccb
commit
9ee2d9edec
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ oml.ui.infoView = function(identifyData) {
|
|||
}
|
||||
oml.api.edit(edit, function(result) {
|
||||
Ox.Request.clearCache();
|
||||
if (Ox.contains(['title', 'author', 'descriptiopm'], key)) {
|
||||
if (Ox.contains(['title', 'author', 'description'], key)) {
|
||||
oml.$ui.info.updateElement();
|
||||
}
|
||||
oml.$ui.browser.value(
|
||||
|
|
Loading…
Reference in a new issue