Skip to content

Commit 621ddbb

Browse files
v31.1.17
1 parent 009ba2e commit 621ddbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="description" content="Essential JS 2 for ASP.NET Core - Outlook" />
99
<meta http-equiv="x-ua-compatible" content="ie=edge">
1010
<meta name="author" content="Syncfusion" />
11-
<base href="/" />
11+
<base href="~/" />
1212
<link rel="shortcut icon" href="~/favicon.ico" />
1313
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
1414
<link href="~/content/fabric.css" rel="stylesheet" />
@@ -19,7 +19,7 @@
1919
document.write('<script src="Scripts/bluebird.min.js"><\/script>');
2020
}
2121
</script>
22-
<script src="https://cdn.syncfusion.com/ej2/30.1.37/dist/ej2.min.js"></script>
22+
<script src="~/scripts/ej2.min.js"></script>
2323
<script src="~/scripts/datasource.js"></script>
2424

2525
</head>

0 commit comments

Comments
 (0)