Fix broken link to blank.tiff (T2441)
Use Chwala's resources location instead of Roundcube's.
This commit is contained in:
parent
8ff42df5e1
commit
ce9ac27d78
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ function kolab_files_init()
|
|||
sort_col: 'name',
|
||||
sort_reverse: false,
|
||||
search_threads: rcmail.env.search_threads,
|
||||
resources_dir: rcmail.assets_path('program/resources'),
|
||||
resources_dir: rcmail.env.files_url.replace(/\/api\/?$/, '/resources'),
|
||||
caps: rcmail.env.files_caps,
|
||||
supported_mimetypes: rcmail.env.file_mimetypes
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue