Skip to content

Commit a7d8271

Browse files
authored
Merge pull request #36 from IgniteUI/master
Updating dataSource url to HTTPS 16-2
2 parents 5e8d359 + 767fbc5 commit a7d8271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HTMLSamples/sparkline/bind-to-remote-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
$(function () {
3636

3737
$("#sparkline").igSparkline({
38-
dataSource: "http://igniteui.com/api/invoices?callback=?",
38+
dataSource: "https://igniteui.com/api/invoices?callback=?",
3939
responseDataKey: "d.results",
4040
height: "100px",
4141
width: "100%",

0 commit comments

Comments
 (0)