Skip to content

Commit

Permalink
Merge pull request #141 from RhoInc/dev-v3.3.3
Browse files Browse the repository at this point in the history
Dev v3.3.3
  • Loading branch information
samussiah authored Mar 28, 2019
2 parents 1ecce57 + 2799bc4 commit db0365f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 22 deletions.
39 changes: 21 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeexplorer",
"version": "3.3.2",
"version": "3.3.3",
"description": "An interactive tool that allows users to dynamically query adverse event data in real time.",
"keywords": [
"adverse",
Expand Down
4 changes: 2 additions & 2 deletions test-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta http-equiv = 'Content-Type' content = 'text/html; charset = utf-8'>

<script type = 'text/javascript' src = 'https://d3js.org/d3.v3.min.js'></script>
<script type = 'text/javascript' src = 'https://rawgit.com/RhoInc/Webcharts/master/build/webcharts.js'></script>
<script type = 'text/javascript' src = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/build/webcharts.js'></script>
<script type = 'text/javascript' src = '../build/aeTable.js'></script>

<link type = 'text/css' rel = 'stylesheet' href = 'https://rawgit.com/RhoInc/Webcharts/master/css/webcharts.min.css'>
<link type = 'text/css' rel = 'stylesheet' href = 'https://cdn.jsdelivr.net/gh/RhoInc/Webcharts/css/webcharts.css'>
<link type = 'text/css' rel = 'stylesheet' href = '../css/aeTable.css'>
<link type = 'text/css' rel = 'stylesheet' href = './index.css'>
</head>
Expand Down
2 changes: 1 addition & 1 deletion test-page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (window.origin !== 'https://rhoinc.github.io') {
}

d3.csv(
'https://rawgit.com/RhoInc/viz-library/master/data/safetyData/ADAE.csv',
'https://raw.githubusercontent.com/RhoInc/data-library/master/data/clinical-trials/adam/adae.csv',
function(error,data) {
if (error)
console.log(error);
Expand Down

0 comments on commit db0365f

Please sign in to comment.