Skip to content

Commit e51b42d

Browse files
CDN improvements (#989)
* sb CDN * Update index.tsx
1 parent 7dcee4e commit e51b42d

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

browser/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<meta http-equiv='expires' content='0'>
1313
<meta http-equiv='pragma' content='no-cache'>
1414

15-
<link rel="apple-touch-icon" href="logo192.png" />
16-
<link rel="shortcut icon" href="logo192.png">
15+
<link rel="apple-touch-icon" href="https://dl.infragistics.com/x/img/browsers/react.png" />
16+
<link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/react.png" >
1717
<base href="/react-demos/">
1818

1919
<!-- before -->

browser/templates/sample/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<title>SampleName | Infragistics</title>
55
<!--
66
manifest.json provides metadata used when your web app is added to the
7-
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
7+
home screen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
88
-->
99
<!-- <link rel="manifest" href="manifest.json"> -->
10-
<!-- <link rel="shortcut icon" href="/images/favicon.svg" type="image/x-icon"> -->
10+
<!-- <link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/react.png" > -->
1111

1212
<!--
1313
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" >

samples/maps/geo-map/shape-selection/src/index.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -324,11 +324,7 @@ export default class MapShapeSelection extends React.Component<any, any> {
324324
sds.importCompleted = this.onDataLoaded;
325325
sds.shapefileSource = "https://static.infragistics.com/xplatform/shapes/usa_states_ak_below.shp";
326326
sds.databaseSource = "https://static.infragistics.com/xplatform/shapes/usa_states_ak_below.dbf";
327-
// sds.shapefileSource = "https://github.com/IgniteUI/igniteui-blazor-apps/tree/main/usa-elections/wwwroot/shapes/usa_states_hex_map.shp";
328-
// sds.databaseSource = "https://github.com/IgniteUI/igniteui-blazor-apps/tree/main/usa-elections/wwwroot/shapes/usa_states_hex_map.dbf";
329-
// sds.shapefileSource = "https://github.com/IgniteUI/igniteui-blazor-apps/raw/refs/heads/main/usa-elections/wwwroot/shapes/usa_states_ak_below.shp";
330-
// sds.databaseSource = "https://github.com/IgniteUI/igniteui-blazor-apps/raw/refs/heads/main/usa-elections/wwwroot/shapes/usa_states_ak_below.dbf";
331-
327+
332328
window.addEventListener('resize', this.onMapResize);
333329
sds.dataBind();
334330
}

0 commit comments

Comments
 (0)