MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / $

Function $

codebase/sources/dhtmlxscheduler.js:19897–19899  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

19895 }
19896 set_value(els, "date_of_end", scheduler2.config.repeat_date_of_end);
19897 var $ = function(a) {
19898 return scheduler2._lightbox.querySelector(`#${a}`) || { style: {} };
19899 };
19900 function change_current_view() {
19901 $("dhx_repeat_day").style.display = "none";
19902 $("dhx_repeat_week").style.display = "none";

Callers 1

change_current_viewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected