mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
cache burst version file about demo shell
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user