Adds utils to the close page and an id to the hint question div.
This commit is contained in:
parent
3c369a4c67
commit
593de63d49
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue