cache burst version file about demo shell

This commit is contained in:
Eugenio Romano
2018-04-26 00:31:36 +01:00
parent 3a51c27f66
commit 94ebb3f602

View File

@@ -92,7 +92,7 @@ export class AboutComponent implements OnInit {
});
}
this.http.get('/versions.json').subscribe(response => {
this.http.get('/versions.json?' + new Date()).subscribe(response => {
const regexp = new RegExp('^(@alfresco)');
const alfrescoPackages = Object.keys(response.json().dependencies).filter((val) => {