Skip to content

Commit

Permalink
Bump resource commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Dec 7, 2023
1 parent b2f4b29 commit 47c6e66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ExtentReports/Views/Spark/Partials/Head.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@{
var cdnURI="cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@";
var csscommit="c05cd28cde1617b9d0c05a831daff6cb97fd9fd5";
var iconcommit="c05cd28cde1617b9d0c05a831daff6cb97fd9fd5";
var csscommit="c439bdbc7bade3d85af3b90e9e69c30ebc87445f";
var iconcommit="c439bdbc7bade3d85af3b90e9e69c30ebc87445f";
var iconURI = cdnURI + iconcommit;
var cssURI = cdnURI + csscommit;
var offline = Model.Config.OfflineMode;
Expand Down
2 changes: 1 addition & 1 deletion ExtentReports/Views/Spark/Partials/Scripts.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@{
var offline = Model.Config.OfflineMode;
var cdnURI="cdn.jsdelivr.net/gh/extent-framework/extent-github-cdn@";
var jscommit="c05cd28cde1617b9d0c05a831daff6cb97fd9fd5";
var jscommit="c439bdbc7bade3d85af3b90e9e69c30ebc87445f";
var jsURI = cdnURI + jscommit;
}
@if (offline)
Expand Down

0 comments on commit 47c6e66

Please sign in to comment.