[SSE] Fix for import xml error
This commit is contained in:
parent
e4ceba55af
commit
cb0a41f8d6
|
@ -291,7 +291,10 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
onDataFromXMLCallback: function(fileContent) {
|
onDataFromXMLCallback: function(fileContent) {
|
||||||
Common.Utils.InternalSettings.set('import-xml-start', false);
|
setTimeout(function() {
|
||||||
|
Common.Utils.InternalSettings.set('import-xml-start', false);
|
||||||
|
}, 500);
|
||||||
|
|
||||||
if (!fileContent) return;
|
if (!fileContent) return;
|
||||||
|
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
Loading…
Reference in a new issue