mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:28:53 +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/etemplate/et2_widget_iframe.js",
|
||||||
"api/js/Resumable/resumable.js",
|
"api/js/Resumable/resumable.js",
|
||||||
"api/js/etemplate/et2_widget_file.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_progress.js",
|
||||||
"api/js/etemplate/et2_widget_portlet.js",
|
"api/js/etemplate/et2_widget_portlet.js",
|
||||||
"api/js/etemplate/et2_widget_ajaxSelect.js",
|
"api/js/etemplate/et2_widget_ajaxSelect.js",
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
* @author Nathan Gray
|
* @author Nathan Gray
|
||||||
* @copyright Nathan Gray 2021
|
* @copyright Nathan Gray 2021
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var __extends = (this && this.__extends) || (function () {
|
var __extends = (this && this.__extends) || (function () {
|
||||||
var extendStatics = function (d, b) {
|
var extendStatics = function (d, b) {
|
||||||
extendStatics = Object.setPrototypeOf ||
|
extendStatics = Object.setPrototypeOf ||
|
||||||
|
Loading…
Reference in New Issue
Block a user