hide wizard after computing results

pull/1/head
ansuz 2016-09-13 16:02:38 +02:00
parent 0dae949c4f
commit c35c7cda20
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ define([
var id = rowuid();
makeOption(proxy, id, text).val(text);
});
//console.log(options);
Wizard.hide();
});
});