Skip to content

Commit

Permalink
Revert "Merge branch 'gh-pages' into gh-pages"
Browse files Browse the repository at this point in the history
This reverts commit a044af9, reversing
changes made to 0b098bf.
  • Loading branch information
amcginn committed Sep 11, 2023
1 parent a044af9 commit e8dbcaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example-smart-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
<title>Level60Warlock Example-SMART-App</title>
<title>Example-SMART-App</title>

<link rel='stylesheet' type='text/css' href='./src/css/example-smart-app.css'>
<!--
Temporarily disable cerner-smart-embeddable-lib
<link rel='stylesheet' type='text/css' href='./lib/css/cerner-smart-embeddable-lib-1.0.0.min.css'>
<link rel='stylesheet' type='text/css' href='./lib/css/cerner-smart-embeddable-lib-1.0.0.min.css'>
-->
</head>
<body>
Expand All @@ -20,7 +20,7 @@
<div class="bounce3"></div>
</div>
<div id='holder' >
<h2>Level60Warlock Example-SMART-App</h2>
<h2>Example-SMART-App</h2>

<h2>Patient Resource</h2>
<table>
Expand Down
5 changes: 2 additions & 3 deletions example-smart-app/launch.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<link rel='stylesheet' type='text/css' href='./src/css/example-smart-app.css'>
<!--
Temporarily disable cerner-smart-embeddable-lib
<link rel='stylesheet' type='text/css' href='./lib/css/cerner-smart-embeddable-lib-1.0.0.min.css'>
<link rel='stylesheet' type='text/css' href='./lib/css/cerner-smart-embeddable-lib-1.0.0.min.css'>
-->

<title>Example-SMART-App</title>
</head>
<body>
Expand All @@ -17,7 +16,7 @@
Temporarily disable cerner-smart-embeddable-lib
<script src='https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js'></script>
<script src='./lib/js/cerner-smart-embeddable-lib-1.0.0.min.js'></script>
-->
-->

<!-- FHIR Client JS Library -->
<script src='./lib/js/fhir-client-v0.1.12.js'></script>
Expand Down

0 comments on commit e8dbcaf

Please sign in to comment.