fix cache
This commit is contained in:
@@ -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}},
|
||||
|
||||
@@ -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}}',
|
||||
|
||||
Reference in New Issue
Block a user