[Connect Admin | new-theme]: profile.component.ts: [Bug fix] Class is "uk-hidden" instead of "hidden".
This commit is contained in:
parent
b373a53e34
commit
876b51d420
|
@ -21,7 +21,6 @@ export class ClearCacheService {
|
|||
|
||||
purgeBrowserCache(message: string = null, pid: string) {
|
||||
if(properties.deleteBrowserCacheUrl) {
|
||||
|
||||
let url = properties.deleteBrowserCacheUrl + "/" + pid;
|
||||
this.http.get(url, CustomOptions.registryOptions()).subscribe(
|
||||
res => console.log((message ? message + ": " : "") + "Browser Cache purged!"),
|
||||
|
|
Loading…
Reference in New Issue