fix identify dialog for books without isbn

This commit is contained in:
j 2016-01-18 14:23:21 +05:30
parent f61a3926e6
commit 2bee170813

View File

@ -60,7 +60,7 @@ oml.ui.identifyDialog = function(data) {
}), }),
isbn: Ox.Input({ isbn: Ox.Input({
style: 'squared', style: 'squared',
value: Ox.formatISBN(data.isbn, 13, true), value: Ox.formatISBN(data.isbn || '', 13, true),
width: 544 width: 544
}) })
.bindEvent({ .bindEvent({