mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:49:10 +01:00
Fix placeholder dialog in collabora did not show up
It wasn't in the packaged JS
This commit is contained in:
parent
b556ebaced
commit
711a03aebf
@ -184,6 +184,7 @@ module.exports = function (grunt) {
|
||||
"api/js/etemplate/et2_widget_iframe.js",
|
||||
"api/js/Resumable/resumable.js",
|
||||
"api/js/etemplate/et2_widget_file.js",
|
||||
"api/js/etemplate/et2_widget_placeholder.js",
|
||||
"api/js/etemplate/et2_widget_progress.js",
|
||||
"api/js/etemplate/et2_widget_portlet.js",
|
||||
"api/js/etemplate/et2_widget_ajaxSelect.js",
|
||||
|
@ -9,6 +9,7 @@
|
||||
* @author Nathan Gray
|
||||
* @copyright Nathan Gray 2021
|
||||
*/
|
||||
|
||||
var __extends = (this && this.__extends) || (function () {
|
||||
var extendStatics = function (d, b) {
|
||||
extendStatics = Object.setPrototypeOf ||
|
||||
|
Loading…
Reference in New Issue
Block a user