mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-01 16:51:33 +01:00
Add missing compiled js file
This commit is contained in:
parent
bf920abc90
commit
723308e525
@ -172,8 +172,13 @@ var et2_description = /** @class */ (function (_super) {
|
|||||||
var $span = this.options.mime_data ? jQuery(this.span) : jQuery('a', this.span);
|
var $span = this.options.mime_data ? jQuery(this.span) : jQuery('a', this.span);
|
||||||
$span.click(function (e) {
|
$span.click(function (e) {
|
||||||
if (self.options.expose_view && typeof self.options.mime != 'undefined' && self.options.mime.match(self.mime_regexp, 'ig')) {
|
if (self.options.expose_view && typeof self.options.mime != 'undefined' && self.options.mime.match(self.mime_regexp, 'ig')) {
|
||||||
|
if (self.options.mime.match(self.mime_audio_regexp, 'ig')) {
|
||||||
|
self._audio_player(href);
|
||||||
|
}
|
||||||
|
else {
|
||||||
self._init_blueimp_gallery(e, href);
|
self._init_blueimp_gallery(e, href);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
egw(window).open_link(mime_data || href, self.options.extra_link_target, self.options.extra_link_popup, null, null, self.options.mime);
|
egw(window).open_link(mime_data || href, self.options.extra_link_target, self.options.extra_link_popup, null, null, self.options.mime);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user