Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
close #838 - update resource location
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Apr 26, 2017
1 parent 5ed7b0c commit e55e48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@
<#if cdn == 'extentreports'>
<link href='http://extentreports.com/resx/dist/css/extent.css' type='text/css' rel='stylesheet' />
<#else>
<link href='${ config.getValue('protocol') }://cdn.rawgit.com/anshooarora/extentreports-java/d0959b9e06fe6c88813d6e49ba411758b41f5090/dist/css/extent.css' type='text/css' rel='stylesheet' />
<link href='${ config.getValue('protocol') }://cdn.rawgit.com/anshooarora/extentreports-java/5ed7b0c339b51aa347b44ccaa2e2ff29905b2f9f/dist/css/extent.css' type='text/css' rel='stylesheet' />
</#if>

<title>${ config.getValue('documentTitle') }</title>
Expand Down
Expand Up @@ -96,7 +96,7 @@
<#if cdn == 'extentreports'>
<script src='http://extentreports.com/resx/dist/js/extent.js' type='text/javascript'></script>
<#else>
<script src='${ config.getValue('protocol') }://cdn.rawgit.com/anshooarora/extentreports-java/d317b7421fddf8e8faa514af18896c2c8a56e3ad/dist/js/extent.js' type='text/javascript'></script>
<script src='${ config.getValue('protocol') }://cdn.rawgit.com/anshooarora/extentreports-java/5ed7b0c339b51aa347b44ccaa2e2ff29905b2f9f/dist/js/extent.js' type='text/javascript'></script>
</#if>
<#assign hideChart=(chartVisibleOnOpen=='true')?then(false, true)>
Expand Down

0 comments on commit e55e48f

Please sign in to comment.