forked from extern/egroupware
add missing sprintf import
This commit is contained in:
parent
5505c9a314
commit
b5015299ee
@ -28,7 +28,7 @@ import {et2_DOMWidget} from "./et2_core_DOMWidget";
|
|||||||
import {et2_IDetachedDOM} from "./et2_core_interfaces";
|
import {et2_IDetachedDOM} from "./et2_core_interfaces";
|
||||||
import {egw} from "../jsapi/egw_global";
|
import {egw} from "../jsapi/egw_global";
|
||||||
import {date} from "./lib/date.js";
|
import {date} from "./lib/date.js";
|
||||||
import {egwIsMobile} from "../egw_action/egw_action_common.js";
|
import {egwIsMobile,sprintf} from "../egw_action/egw_action_common.js";
|
||||||
|
|
||||||
// all calls to jQueryUI.datetimepicker as jQuery.datepicker give errors which are currently suppressed with @ts-ignore
|
// all calls to jQueryUI.datetimepicker as jQuery.datepicker give errors which are currently suppressed with @ts-ignore
|
||||||
// adding npm package @types/jquery.ui.datetimepicker did NOT help :(
|
// adding npm package @types/jquery.ui.datetimepicker did NOT help :(
|
||||||
|
Loading…
Reference in New Issue
Block a user