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