mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-24 23:05:35 +02:00
Fix xhr url in Offline options
This commit is contained in:
@@ -338,7 +338,7 @@
|
|||||||
|
|
||||||
checks: {
|
checks: {
|
||||||
xhr: {
|
xhr: {
|
||||||
url: egw.webserverUrl+'/api/templates/default/images/favicon.png?'+Date.now()
|
url: egw.webserverUrl+'/api/templates/default/images/favicon.ico?'+Date.now()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user