mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Support audio mime tyep for expose view, in order to play audio file
This commit is contained in:
@ -48,7 +48,7 @@ function expose (widget)
|
||||
};
|
||||
|
||||
// For filtering to only show things we can handle
|
||||
var mime_regex = new RegExp(/video\/|image\//);
|
||||
var mime_regex = new RegExp(/video\/|image|audio\//);
|
||||
|
||||
// Only one gallery
|
||||
var gallery = null;
|
||||
|
Reference in New Issue
Block a user