From d022e555d5a92bb3fe31ced227b2642a09bf74d1 Mon Sep 17 00:00:00 2001 From: Hadi Nategh <hnategh@gmail.com> Date: Tue, 2 Oct 2018 10:12:40 +0200 Subject: [PATCH] Fix xhr url in Offline options --- api/js/jsapi/egw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/js/jsapi/egw.js b/api/js/jsapi/egw.js index 0cd60e5250..e209ec8fa0 100644 --- a/api/js/jsapi/egw.js +++ b/api/js/jsapi/egw.js @@ -338,7 +338,7 @@ checks: { xhr: { - url: egw.webserverUrl+'/api/templates/default/images/favicon.png?'+Date.now() + url: egw.webserverUrl+'/api/templates/default/images/favicon.ico?'+Date.now() } } };