Skip to content

Commit fdbb8c6

Browse files
authored
Merge pull request #42 from MayaKirova/master
Fixing Mixed Content issue in sample
2 parents fccb9e0 + f1b549c commit fdbb8c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HTMLSamples/grid/append-rows-on-demand.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3>$$(AppendRowsOnDemand_Button_Caption)</h3>
9191
});
9292

9393
$('#autoAppendRowsOnDemand').igGrid({
94-
dataSource: 'https://igniteui.com/api/tweets',
94+
dataSource: 'https://www.igniteui.com/api/tweets',
9595
responseDataKey: 'Records',
9696
autoGenerateColumns: false,
9797
enableUTCDates: true,
@@ -119,7 +119,7 @@ <h3>$$(AppendRowsOnDemand_Button_Caption)</h3>
119119
});
120120

121121
$('#buttonAppendRowsOnDemand').igGrid({
122-
dataSource: 'https://igniteui.com/api/tweets',
122+
dataSource: 'https://www.igniteui.com/api/tweets',
123123
responseDataKey: 'Records',
124124
autoGenerateColumns: false,
125125
enableUTCDates: true,

0 commit comments

Comments
 (0)