mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
fix not shown/found custom images
This commit is contained in:
parent
4f7b6d6b0b
commit
d1dc372e8d
@ -95,7 +95,7 @@ egw.extend('images', egw.MODULE_GLOBAL, function()
|
|||||||
|
|
||||||
// own instance specific images in vfs have the highest precedence
|
// own instance specific images in vfs have the highest precedence
|
||||||
tries.vfs = _name;
|
tries.vfs = _name;
|
||||||
if (typeof images.vfs !== 'undefined' && images.vfs[_name] === 'string')
|
if (typeof images.vfs !== 'undefined' && typeof images.vfs[_name] === 'string')
|
||||||
{
|
{
|
||||||
return this.webserverUrl+images.vfs[_name];
|
return this.webserverUrl+images.vfs[_name];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user