Skip to content

Commit

Permalink
Remove cdn.rawgit links (see description for context) (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora authored Jun 20, 2024
1 parent 9a5f764 commit 8ac953d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ KlovReporter/bin/
KlovReporter/obj/
extentreports-dotnet-core/
extentreports-dotnet-core/obj/
Runner/
pkg/
2 changes: 1 addition & 1 deletion ExtentReports/Views/Spark/Partials/Head.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<link rel="shortcut icon" href="https://@iconURI/commons/img/logo.png">
<link href="https://@cssURI/spark/css/spark-style.css" rel="stylesheet" />
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://cdn.rawgit.com/extent-framework/extent-github-cdn/7cc78ce/spark/js/jsontree.js"></script>
<script src="https://@cssURI/spark/js/jsontree.js"></script>
}
<style>@Model.Config.CSS</style>
</head>

0 comments on commit 8ac953d

Please sign in to comment.