fix loader

This commit is contained in:
yuri
2017-12-26 11:03:06 +02:00
parent b5bd3ec514
commit 79b688535b
+1
View File
@@ -297,6 +297,7 @@ var Espo = Espo || {classMap:{}};
type: 'GET',
cache: useCache,
dataType: 'text',
mimeType: 'text/plain',
local: true,
url: this.basePath + path,
success: function (response) {