From 17ac7792ab8ffa5809549a16a5fa55d5a13ba9be Mon Sep 17 00:00:00 2001 From: Maya Date: Thu, 6 Apr 2017 16:54:32 +0300 Subject: [PATCH] Fixing Mixed Content issue in sample Fixing Mixed Content issue in sample --- HTMLSamples/grid/append-rows-on-demand.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HTMLSamples/grid/append-rows-on-demand.html b/HTMLSamples/grid/append-rows-on-demand.html index 0ed119d..66015bb 100644 --- a/HTMLSamples/grid/append-rows-on-demand.html +++ b/HTMLSamples/grid/append-rows-on-demand.html @@ -91,7 +91,7 @@

$$(AppendRowsOnDemand_Button_Caption)

}); $('#autoAppendRowsOnDemand').igGrid({ - dataSource: 'http://igniteui.com/api/tweets', + dataSource: 'https://igniteui.com/api/tweets', responseDataKey: 'Records', autoGenerateColumns: false, enableUTCDates: true, @@ -119,7 +119,7 @@

$$(AppendRowsOnDemand_Button_Caption)

}); $('#buttonAppendRowsOnDemand').igGrid({ - dataSource: 'http://igniteui.com/api/tweets', + dataSource: 'https://igniteui.com/api/tweets', responseDataKey: 'Records', autoGenerateColumns: false, enableUTCDates: true,