You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DHTMLX Scheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript library that allows you to add a Google-like scheduler to your web app or website.
@@ -87,7 +87,7 @@ scheduler.parse([
87
87
88
88
## License ##
89
89
90
-
dhtmlxScheduler v.7.2.1 Standard
90
+
dhtmlxScheduler v.7.2.2 Standard
91
91
92
92
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
Copy file name to clipboardExpand all lines: codebase/sources/dhtmlxscheduler.es.js
+21-69Lines changed: 21 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/** @license
2
2
3
-
dhtmlxScheduler v.7.2.1 Standard
3
+
dhtmlxScheduler v.7.2.2 Standard
4
4
5
5
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
6
6
@@ -78,6 +78,14 @@ function dragHighlightPos(scheduler2) {
Copy file name to clipboardExpand all lines: codebase/sources/dhtmlxscheduler.js
+21-69Lines changed: 21 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
})(this, function(exports2) {
4
4
"use strict";/** @license
5
5
6
-
dhtmlxScheduler v.7.2.1 Standard
6
+
dhtmlxScheduler v.7.2.2 Standard
7
7
8
8
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
9
9
@@ -82,6 +82,14 @@ To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product),
0 commit comments