aggiunto Manuale al menu Aiuto
After Width: | Height: | Size: 115 KiB |
After Width: | Height: | Size: 89 KiB |
After Width: | Height: | Size: 755 KiB |
After Width: | Height: | Size: 79 KiB |
After Width: | Height: | Size: 515 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 698 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 236 KiB |
After Width: | Height: | Size: 621 KiB |
After Width: | Height: | Size: 829 KiB |
After Width: | Height: | Size: 313 KiB |
After Width: | Height: | Size: 92 KiB |
After Width: | Height: | Size: 928 KiB |
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 304 KiB |
After Width: | Height: | Size: 647 KiB |
After Width: | Height: | Size: 750 KiB |
After Width: | Height: | Size: 784 KiB |
After Width: | Height: | Size: 205 KiB |
After Width: | Height: | Size: 772 KiB |
After Width: | Height: | Size: 572 KiB |
After Width: | Height: | Size: 740 KiB |
After Width: | Height: | Size: 299 KiB |
After Width: | Height: | Size: 894 KiB |
|
@ -94,7 +94,7 @@
|
|||
Info
|
||||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
||||
<a class="dropdown-item disabled" href="#" id="visAiuto">Aiuto</a>
|
||||
<a class="dropdown-item" href="#" id="visAiuto">Aiuto</a>
|
||||
<a class="dropdown-item" href="#" id="visAbout">About</a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
@ -92,7 +92,7 @@ $(document).ready(function() {
|
|||
drawMinimap("#InfernoCanto_1", false)
|
||||
const minim = $(" .minimap__content")
|
||||
|
||||
|
||||
|
||||
$('#opzioniVista :checkbox').change(function() {
|
||||
const changedOption = $(this)[0].id;
|
||||
switch (changedOption + "|" + this.checked) {
|
||||
|
@ -148,7 +148,11 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
|
||||
|
||||
$("#visAiuto").click(function(){
|
||||
window.open("./manuale/manualeGui.html","_blank");
|
||||
})
|
||||
|
||||
|
||||
$(" ." + formaClass).each(function(idx, element) {
|
||||
// We cycle through the elements using each() so that we can choose the element specifically that we wish to clean up afterward
|
||||
var ele = $(element);
|
||||
|
|