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

Function restoreOriginalColors

codebase/sources/dhtmlxscheduler.js:5923–5926  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5921 }
5922 scheduler2.setCurrentView(new Date(ev.start_date), mode);
5923 function restoreOriginalColors() {
5924 ev.color = original_color;
5925 ev.textColor = original_text_color;
5926 }
5927 scheduler2.config.scroll_hour = scroll_hour;
5928 scheduler2.config.preserve_scroll = preserve_scroll;
5929 if (scheduler2.matrix && scheduler2.matrix[mode]) {

Callers 1

extend$cFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected