|
@@ -165,6 +165,8 @@ function parseCsvFile( fileData ) {
|
|
|
title: 'Dane załadowane z pliku CSV',
|
|
|
html: json.body.view,
|
|
|
width: Math.round(window.innerWidth * 0.9),
|
|
|
+ allowOutsideClick: false, // TODO: btn Anuluj na dole?
|
|
|
+ showCloseButton: true,
|
|
|
confirmButtonText: 'Zapisz',
|
|
|
preConfirm: function (dataForm) {
|
|
|
return new Promise(function (resolve, reject) {
|