Skip to content

Commit aed7957

Browse files
feature(EJ2CORE-995): Review Changes Done.
1 parent 6036110 commit aed7957

File tree

9 files changed

+1
-15924
lines changed

9 files changed

+1
-15924
lines changed

Helpers/MvcLaunchPageExtension.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using Microsoft.AspNetCore.Hosting;
88
using Microsoft.AspNetCore.Mvc;
99
using Microsoft.AspNetCore.Mvc.ViewFeatures;
10-
//using Microsoft.AspNetCore.Http.Internal;
1110

1211
namespace EJ2CoreSampleBrowser.Helpers
1312
{

Helpers/ProductXmlDataEngine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.IO;
77
using Manoli.Utils.CSharpFormat;
88
using System.Net;
9-
//using Microsoft.Extensions.PlatformAbstractions;
109
using Microsoft.AspNetCore.Hosting.Internal;
1110
using Microsoft.AspNetCore.Http;
1211
using Microsoft.AspNetCore.Hosting;

Helpers/SampleBrowserHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Microsoft.AspNetCore.Mvc;
66
using Microsoft.AspNetCore.Html;
77
using Microsoft.AspNetCore.Http;
8-
//using Microsoft.AspNetCore.Http.Internal;
98
using Microsoft.Extensions.DependencyInjection;
109
using Microsoft.AspNetCore.Razor.TagHelpers;
1110
using Microsoft.AspNetCore.Mvc.ViewFeatures;

Helpers/SourceTabActionResult.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Microsoft.AspNetCore.Mvc;
66
using Microsoft.AspNetCore.Html;
77
using Microsoft.AspNetCore.Http;
8-
//using Microsoft.Extensions.PlatformAbstractions;
98
using Microsoft.AspNetCore.Hosting;
109
using EJ2CoreSampleBrowser.Helpers.BrowserClasses;
1110

Views/Shared/_Layout.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
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 rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.4.38/fabric.css" />
15-
<link href="~/content/styles.css" rel="stylesheet" />
1615
<link href="~/content/Outlook Icons/style.css" rel="stylesheet" />
1716
<link href="~/content/css/outlook.css" rel="stylesheet" />
1817
<script type="text/javascript">

wwwroot/content/css/outlook.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ html, body {
16751675
justify-content: center;
16761676
align-items: center;
16771677
}
1678-
/* Overriding the default positon to achive exact alignment */
1678+
/* Overriding the default positon to achieve exact alignment */
16791679
#reading-pane-div {
16801680
position: relative;
16811681
}

0 commit comments

Comments
 (0)