Skip to content

Commit

Permalink
Upd.
Browse files Browse the repository at this point in the history
  • Loading branch information
haehn committed Nov 21, 2023
1 parent 51c5787 commit d28aedb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions babybrains/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<html>
<head>
<title>Myong's Baby Brains</title>
<script type="text/javascript" src="http://get.goXTK.com/xtk.js"></script>
<script type="text/javascript" src="http://get.goXTK.com/xtk_xdat.gui.js"></script>
<script type="text/javascript" src="https://get.goXTK.com/xtk.js"></script>
<script type="text/javascript" src="https://get.goXTK.com/xtk_xdat.gui.js"></script>
<script type="text/javascript">
var run = function() {

Expand Down
2 changes: 1 addition & 1 deletion brain_atlas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<html>
<head>
<title>The SPL/NAC Brain Atlas</title>
<script type="text/javascript" src="http://get.goXTK.com/xtk_edge.js"></script>
<script type="text/javascript" src="https://get.goXTK.com/xtk_edge.js"></script>

<script type="text/javascript">
var run = function() {
Expand Down
2 changes: 1 addition & 1 deletion brainfibers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<head>
<title>Brainfibers</title>

<script type="text/javascript" src="http://get.goXTK.com/xtk.js"></script>
<script type="text/javascript" src="https://get.goXTK.com/xtk.js"></script>

<script type="text/javascript">
window.onload = function() {
Expand Down
2 changes: 1 addition & 1 deletion evl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/base/jquery-ui.css" type="text/css" media="all" />

<script type="text/javascript" src="http://get.goXTK.com/xtk.js"></script>
<script type="text/javascript" src="https://get.goXTK.com/xtk.js"></script>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion knee_atlas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<head>
<title>The SPL Knee Atlas</title>

<script type="text/javascript" src="http://get.goXTK.com/xtk_edge.js"></script>
<script type="text/javascript" src="https://get.goXTK.com/xtk_edge.js"></script>

<script type="text/javascript">
var run = function() {
Expand Down
4 changes: 2 additions & 2 deletions teenager/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<head>
<title>TEENAGE BRAIN</title>

<script type="text/javascript" src="http://get.goxtk.com/xtk_edge.js"></script>
<script type="text/javascript" src="https://get.goxtk.com/xtk_edge.js"></script>
<!-- <script type="text/javascript" src="../../X/lib/closure-library/closure/goog/base.js"></script> -->
<!-- <script type="text/javascript" src="../../X/xtk-deps.js"></script> -->

<script type="text/javascript" src="http://get.goXTK.com/xtk_xdat.gui.js"></script>
<script type="text/javascript" src="https://get.goXTK.com/xtk_xdat.gui.js"></script>

<script type="text/javascript">

Expand Down

0 comments on commit d28aedb

Please sign in to comment.