Fix placeholder dialog in collabora did not show up

It wasn't in the packaged JS
This commit is contained in:
nathan 2021-11-17 10:24:55 -07:00
parent b556ebaced
commit 711a03aebf
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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 ||