|
41 | 41 | <script src="extjs/bootstrap-transition.js"></script> |
42 | 42 | <script src="extjs/bootstrap-modal.js"></script> |
43 | 43 | <script src="extjs/bootstrap-tooltip.js"></script> |
| 44 | + <script src="extjs/bootstrap-popover.js"></script> |
44 | 45 |
|
45 | 46 | <!-- Other external libraries. --> |
46 | 47 | <script src="extjs/qrcode.js"></script> |
@@ -264,52 +265,52 @@ <h4>Your Bitcoin Addresses</h4> |
264 | 265 | <tr> |
265 | 266 | <td><code id="address0"></code></td> |
266 | 267 | <td><span><strong id="balance0"> </strong></span></td> |
267 | | - <td><i class="icon-qrcode"></i></td> |
| 268 | + <td><i id="qrcode0" class="icon-qrcode"></i></td> |
268 | 269 | </tr> |
269 | 270 | <tr> |
270 | 271 | <td><code id="address1"></code></td> |
271 | 272 | <td><span><strong id="balance1"> </strong></span></td> |
272 | | - <td> </td> |
| 273 | + <td><i id="qrcode1" class="icon-qrcode"></i></td> |
273 | 274 | </tr> |
274 | 275 | <tr> |
275 | 276 | <td><code id="address2"></code></td> |
276 | 277 | <td><span><strong id="balance2"> </strong></span></td> |
277 | | - <td> </td> |
| 278 | + <td><i id="qrcode2" class="icon-qrcode"></i></td> |
278 | 279 | </tr> |
279 | 280 | <tr> |
280 | 281 | <td><code id="address3"></code></td> |
281 | 282 | <td><span><strong id="balance3"> </strong></span></td> |
282 | | - <td> </td> |
| 283 | + <td><i id="qrcode3" class="icon-qrcode"></i></td> |
283 | 284 | </tr> |
284 | 285 | <tr> |
285 | 286 | <td><code id="address4"></code></td> |
286 | 287 | <td><span><strong id="balance4"> </strong></span></td> |
287 | | - <td> </td> |
| 288 | + <td><i id="qrcode4" class="icon-qrcode"></i></td> |
288 | 289 | </tr> |
289 | 290 | <tr> |
290 | 291 | <td><code id="address5"></code></td> |
291 | 292 | <td><span><strong id="balance5"> </strong></span></td> |
292 | | - <td> </td> |
| 293 | + <td><i id="qrcode5" class="icon-qrcode"></i></td> |
293 | 294 | </tr> |
294 | 295 | <tr> |
295 | 296 | <td><code id="address6"></code></td> |
296 | 297 | <td><span><strong id="balance6"> </strong></span></td> |
297 | | - <td> </td> |
| 298 | + <td><i id="qrcode6" class="icon-qrcode"></i></td> |
298 | 299 | </tr> |
299 | 300 | <tr> |
300 | 301 | <td><code id="address7"></code></td> |
301 | 302 | <td><span><strong id="balance7"> </strong></span></td> |
302 | | - <td> </td> |
| 303 | + <td><i id="qrcode7" class="icon-qrcode"></i></td> |
303 | 304 | </tr> |
304 | 305 | <tr> |
305 | 306 | <td><code id="address8"></code></td> |
306 | 307 | <td><span><strong id="balance8"> </strong></span></td> |
307 | | - <td> </td> |
| 308 | + <td><i id="qrcode8" class="icon-qrcode"></i></td> |
308 | 309 | </tr> |
309 | 310 | <tr> |
310 | 311 | <td><code id="address9"></code></td> |
311 | 312 | <td><span><strong id="balance9"> </strong></span></td> |
312 | | - <td> </td> |
| 313 | + <td><i id="qrcode9" class="icon-qrcode"></i></td> |
313 | 314 | </tr> |
314 | 315 | </table> |
315 | 316 | </div> |
|
0 commit comments