Adds utils to the close page and an id to the hint question div.

This commit is contained in:
damencho 2016-12-30 10:19:58 -06:00
parent 3c369a4c67
commit 593de63d49
2 changed files with 4 additions and 2 deletions

View File

@ -3,6 +3,7 @@
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="title.html" -->
<script><!--#include virtual="/interface_config.js" --></script>
<script src="utils.js?v=1"></script>
<script src="close.js"></script>
</head>
<body>
@ -12,7 +13,7 @@
</div>
<div class="hint-msg">
<p>
<span>Did you know?</span>
<span id="hintQuestion">Did you know?</span>
<span class="hint-msg__holder" id="hintMessage"></span>
</p>
<div class="happy-software"></div>

View File

@ -3,6 +3,7 @@
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="title.html" -->
<script><!--#include virtual="/interface_config.js" --></script>
<script src="utils.js?v=1"></script>
<script src="close.js"></script>
</head>
<body>
@ -12,7 +13,7 @@
</div>
<div class="hint-msg">
<p>
<span>Did you know?</span>
<span id="hintQuestion">Did you know?</span>
<span class="hint-msg__holder" id="hintMessage"></span>
</p>
<div class="happy-software"></div>