Skip to content

Commit

Permalink
oops, forgot to check in saved files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Apr 16, 2023
1 parent 2017947 commit 6f5221e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/templates/layouts/app.ssp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ newsrdr: a news reader without the stuff you don't need</title>
<link href='//fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic' rel='stylesheet' type='text/css' />
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
<link href="/static/css/newsrdr.css" rel="stylesheet" />
<script src="/static/js/jquery-2.0.3.min.js"></script> <!-- yes, this should be on the bottom. -->
<script src="/static/js/jquery-3.6.4.min.js"></script> <!-- yes, this should be on the bottom. -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WR5SBQTY8S"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/templates/layouts/default.ssp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ newsrdr: a news reader without the stuff you don't need</title>
<link href='//fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic' rel='stylesheet' type='text/css' />
<link href="/static/css/bootstrap.min.css" rel="stylesheet" />
<link href="/static/css/newsrdr.css" rel="stylesheet" />
<script src="/static/js/jquery-2.0.3.min.js"></script> <!-- yes, this should be on the bottom. -->
<script src="/static/js/jquery-3.6.4.min.js"></script> <!-- yes, this should be on the bottom. -->
</head>
<body>
<div class="navbar-wrapper">
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<form name="mainForm" method="post" action="/test/" onsubmit='return !controller.navigate("/test/" + document.forms[0].elements[0].value, true);'>
<input type="text" name="item" /> <input type="submit" />
</form>
<script src="/static/js/jquery-2.0.3.min.js"></script>
<script src="/static/js/jquery-3.6.4.min.js"></script>
<script src="/js/SimpleMVC.js"></script>
<script src="/js/main.js"></script>
</body>
Expand Down

0 comments on commit 6f5221e

Please sign in to comment.