Skip to content

Commit 8ac953d

Browse files
authored
Remove cdn.rawgit links (see description for context) (#217)
https://news.ycombinator.com/item?id=18202481
1 parent 9a5f764 commit 8ac953d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ KlovReporter/bin/
1414
KlovReporter/obj/
1515
extentreports-dotnet-core/
1616
extentreports-dotnet-core/obj/
17+
Runner/
1718
pkg/

Diff for: ExtentReports/Views/Spark/Partials/Head.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="shortcut icon" href="https://@iconURI/commons/img/logo.png">
2323
<link href="https://@cssURI/spark/css/spark-style.css" rel="stylesheet" />
2424
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
25-
<script src="https://cdn.rawgit.com/extent-framework/extent-github-cdn/7cc78ce/spark/js/jsontree.js"></script>
25+
<script src="https://@cssURI/spark/js/jsontree.js"></script>
2626
}
2727
<style>@Model.Config.CSS</style>
2828
</head>

0 commit comments

Comments
 (0)