summaryrefslogtreecommitdiffstats
path: root/codebase/sources/ext/dhtmlxscheduler_monthheight.js
diff options
context:
space:
mode:
authorAlexKlimenkov <shurick.klimenkov@gmail.com>2017-01-31 18:38:36 +0300
committerAlexKlimenkov <shurick.klimenkov@gmail.com>2017-01-31 18:38:36 +0300
commitae92cf850550a9be965db867ba4bfb5651a18e5f (patch)
treebbf70ce45cc6e608def6e9a81570febe4528208b /codebase/sources/ext/dhtmlxscheduler_monthheight.js
parent2e509c1f562c4f471d766c9b3532370f847f0839 (diff)
downloadscheduler-ae92cf850550a9be965db867ba4bfb5651a18e5f.zip
scheduler-ae92cf850550a9be965db867ba4bfb5651a18e5f.tar.gz
scheduler-ae92cf850550a9be965db867ba4bfb5651a18e5f.tar.bz2
[update] version 4.4.0
Diffstat (limited to 'codebase/sources/ext/dhtmlxscheduler_monthheight.js')
-rw-r--r--codebase/sources/ext/dhtmlxscheduler_monthheight.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/codebase/sources/ext/dhtmlxscheduler_monthheight.js b/codebase/sources/ext/dhtmlxscheduler_monthheight.js
index 8f955cc..258bd60 100644
--- a/codebase/sources/ext/dhtmlxscheduler_monthheight.js
+++ b/codebase/sources/ext/dhtmlxscheduler_monthheight.js
@@ -1,6 +1,6 @@
/*
@license
-dhtmlxScheduler v.4.3.1
+dhtmlxScheduler v.4.4.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.
@@ -26,9 +26,9 @@ scheduler.attachEvent("onTemplatesReady",function(){
};
var old_s=scheduler._reset_month_scale;
- scheduler._reset_month_scale=function(a,b,c){
+ scheduler._reset_month_scale=function(a,b,c,d){
var dummy = {clientHeight:100};
- old_s.apply(scheduler,[dummy,b,c]);
+ old_s.apply(scheduler,[dummy,b,c,d]);
a.innerHTML = dummy.innerHTML;
};