Browse Source

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

j8
damencho 8 years ago
parent
commit
593de63d49
2 changed files with 4 additions and 2 deletions
  1. 2
    1
      close.html
  2. 2
    1
      close2.html

+ 2
- 1
close.html View File

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

+ 2
- 1
close2.html View File

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

Loading…
Cancel
Save