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

Function restoreOriginalColors

codebase/sources/dhtmlxscheduler.es.js:5919–5922  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

extend$cFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected