summaryrefslogtreecommitdiffstats
path: root/codebase/sources/ext/dhtmlxscheduler_year_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/sources/ext/dhtmlxscheduler_year_view.js')
-rw-r--r--codebase/sources/ext/dhtmlxscheduler_year_view.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/codebase/sources/ext/dhtmlxscheduler_year_view.js b/codebase/sources/ext/dhtmlxscheduler_year_view.js
index ca2f5a4..a0f7253 100644
--- a/codebase/sources/ext/dhtmlxscheduler_year_view.js
+++ b/codebase/sources/ext/dhtmlxscheduler_year_view.js
@@ -1,5 +1,5 @@
/*
-dhtmlxScheduler v.4.1.0 Stardard
+dhtmlxScheduler v.4.2.0 Stardard
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
@@ -308,7 +308,7 @@ scheduler.templates.year_tooltip = function(s, e, ev) {
};
scheduler._get_year_day_indexes = function(targetCell){
- var month = scheduler._locate_year_month_table(targetCell);
+ var month = scheduler._get_year_el_node(targetCell, this._locate_year_month_table);
if(!month)
return null;
@@ -329,7 +329,7 @@ scheduler.templates.year_tooltip = function(s, e, ev) {
return null;
};
scheduler._get_year_month_date = function (node){
- var node = scheduler._locate_year_month_root(node);
+ var node = scheduler._get_year_el_node(node, scheduler._locate_year_month_root);
if(!node)
return null;