import/export

This commit is contained in:
j 2014-05-17 10:17:34 +02:00
commit bceb5e6d4a
14 changed files with 450 additions and 148 deletions

View file

@ -247,6 +247,10 @@ oml.ui.infoView = function(identifyData) {
keys: []
}, function(result) {
if (!identifyData && ui.item != id) {
return;
}
if (result) {
data = result.data;
}