File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let button = document.createElement('button');
20
20
button . textContent = 'Bind Data' ;
21
21
gantt . element . parentNode . insertBefore ( button , gantt . element ) ;
22
22
button . addEventListener ( "click" , function ( e ) {
23
- let ajax = new ej . base . Ajax ( "https://ej2services .syncfusion.com/production/web-services /api/GanttData" , "GET" ) ;
23
+ let ajax = new ej . base . Ajax ( "https://services .syncfusion.com/js/production /api/GanttData" , "GET" ) ;
24
24
gantt . showSpinner ( ) ;
25
25
ajax . send ( ) ;
26
26
ajax . onSuccess = function ( data ) {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ let button: HTMLElement = document.createElement('button');
25
25
button . textContent = 'Bind Data' ;
26
26
gantt . element . parentNode . insertBefore ( button , gantt . element ) ;
27
27
button . addEventListener ( "click" , function ( e ) {
28
- let ajax = new Ajax ( "https://ej2services .syncfusion.com/production/web-services /api/GanttData" , "GET" ) ;
28
+ let ajax = new Ajax ( "https://services .syncfusion.com/js/production /api/GanttData" , "GET" ) ;
29
29
gantt . showSpinner ( ) ;
30
30
ajax . send ( ) ;
31
31
ajax . onSuccess = function ( data : string ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let button = document.createElement('button');
20
20
button . textContent = 'Bind Data' ;
21
21
gantt . element . parentNode . insertBefore ( button , gantt . element ) ;
22
22
button . addEventListener ( "click" , function ( e ) {
23
- let ajax = new ej . base . Ajax ( "https://ej2services .syncfusion.com/production/web-services /api/GanttData" , "GET" ) ;
23
+ let ajax = new ej . base . Ajax ( "https://services .syncfusion.com/js/production /api/GanttData" , "GET" ) ;
24
24
gantt . showSpinner ( ) ;
25
25
ajax . send ( ) ;
26
26
ajax . onSuccess = function ( data ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let button = document.createElement('button');
20
20
button . textContent = 'Bind Data' ;
21
21
gantt . element . parentNode . insertBefore ( button , gantt . element ) ;
22
22
button . addEventListener ( "click" , function ( e ) {
23
- let ajax = new ej . base . Ajax ( "https://ej2services .syncfusion.com/production/web-services /api/GanttData" , "GET" ) ;
23
+ let ajax = new ej . base . Ajax ( "https://services .syncfusion.com/js/production /api/GanttData" , "GET" ) ;
24
24
gantt . showSpinner ( ) ;
25
25
ajax . send ( ) ;
26
26
ajax . onSuccess = function ( data ) {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ let button: HTMLElement = document.createElement('button');
25
25
button . textContent = 'Bind Data' ;
26
26
gantt . element . parentNode . insertBefore ( button , gantt . element ) ;
27
27
button . addEventListener ( "click" , function ( e ) {
28
- let ajax = new Ajax ( "https://ej2services .syncfusion.com/production/web-services /api/GanttData" , "GET" ) ;
28
+ let ajax = new Ajax ( "https://services .syncfusion.com/js/production /api/GanttData" , "GET" ) ;
29
29
gantt . showSpinner ( ) ;
30
30
ajax . send ( ) ;
31
31
ajax . onSuccess = function ( data : string ) {
Original file line number Diff line number Diff line change 1
- var hostUrl = 'https://ej2services .syncfusion.com/production/web-services /' ;
1
+ var hostUrl = 'https://services .syncfusion.com/js/production /' ;
2
2
var GanttData = new ej . data . DataManager ( {
3
3
url : hostUrl + 'api/GanttData' ,
4
4
adaptor : new ej . data . WebApiAdaptor ( ) ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Gantt } from '@syncfusion/ej2-gantt';
5
5
import { DataManager , WebApiAdaptor } from '@syncfusion/ej2-data' ;
6
6
7
7
let dataSource : DataManager = new DataManager ( {
8
- url : 'https://ej2services .syncfusion.com/production/web-services /api/GanttData' ,
8
+ url : 'https://services .syncfusion.com/js/production /api/GanttData' ,
9
9
adaptor : new WebApiAdaptor ,
10
10
crossDomain : true
11
11
} ) ;
Original file line number Diff line number Diff line change 1
- var hostUrl = 'https://ej2services .syncfusion.com/production/web-services /' ;
1
+ var hostUrl = 'https://services .syncfusion.com/js/production /' ;
2
2
var GanttData = new ej . data . DataManager ( {
3
3
url : hostUrl + 'api/GanttData' ,
4
4
adaptor : new ej . data . WebApiAdaptor ( ) ,
Original file line number Diff line number Diff line change 1
- var hostUrl = 'https://ej2services .syncfusion.com/production/web-services /' ;
1
+ var hostUrl = 'https://services .syncfusion.com/js/production /' ;
2
2
var GanttData = new ej . data . DataManager ( {
3
3
url : hostUrl + 'api/GanttData' ,
4
4
adaptor : new ej . data . WebApiAdaptor ( ) ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Gantt } from '@syncfusion/ej2-gantt';
5
5
import { DataManager , WebApiAdaptor } from '@syncfusion/ej2-data' ;
6
6
7
7
let dataSource : DataManager = new DataManager ( {
8
- url : 'https://ej2services .syncfusion.com/production/web-services /api/GanttData' ,
8
+ url : 'https://services .syncfusion.com/js/production /api/GanttData' ,
9
9
adaptor : new WebApiAdaptor ,
10
10
crossDomain : true
11
11
} ) ;
You can’t perform that action at this time.
0 commit comments