ajaxTimeout param

This commit is contained in:
Yuri Kuznetsov
2020-03-11 15:12:33 +02:00
parent e93860101c
commit bbfe3c7366
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
useCache: {{useCache}},
cacheTimestamp: {{cacheTimestamp}},
basePath: '{{basePath}}',
url: '{{apiUrl}}'
url: '{{apiUrl}}',
ajaxTimeout: {{ajaxTimeout}},
}, function (app) {
{{runScript}}
});