fix cache

This commit is contained in:
yuri
2016-02-08 18:22:56 +02:00
parent cce8186ccf
commit 05ac6ea0b8
5 changed files with 17 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@
<link rel="shortcut icon" href="client/img/favicon.ico" type="image/x-icon">
<script type="text/javascript">
$(function () {
Espo.loader.cacheTimestamp = {{cacheTimestamp}};
Espo.require('app', function (App) {
var app = new App({
useCache: {{useCache}},
+1
View File
@@ -13,6 +13,7 @@
<link rel="shortcut icon" href="client/img/favicon.ico" type="image/x-icon">
<script type="text/javascript">
$(function () {
Espo.loader.cacheTimestamp = {{cacheTimestamp}};
Espo.require('app-portal', function (App) {
var app = new App({
id: '{{portalId}}',