Skip to content

Commit

Permalink
resolve more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss committed Jan 23, 2024
1 parent 0dfef7a commit b85e774
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
Check_mobile();
if (old_isMobile != glb_isMobile) {
ResetAll();
$('.div-pagecontent #div-menu-noxen').hide();
$('.div-pagecontent-mobile #div-menu-noxen').hide();
$('.div-pagecontent #div-menu-noxen-pc').hide();
$('.div-pagecontent-mobile #div-menu-noxen-pcm').hide();
$('#div-menu-Sterblichkeit').hide();
$('#img_mensch_empty').attr("usemap", "");
}
Expand Down Expand Up @@ -125,7 +125,7 @@
</div>


<div class="div-menu-line hidden" id="div-menu-noxen" style="left: 295px; top: 12px; text-align: left;">
<div class="div-menu-line hidden" id="div-menu-noxen-pc" style="left: 295px; top: 12px; text-align: left;">

<script>
Draw_BtnNoxe('Feinstaub');
Expand Down Expand Up @@ -191,22 +191,22 @@
Draw_IntroText();
</script>

<div class="margin-bottom" id="div-results-Atemwege-main">
<div class="margin-bottom" id="div-results-Atemwege">
</div>

<div class="margin-bottom" id="div-results-Herz-main">
<div class="margin-bottom" id="div-results-Herz">
</div>

<div class="margin-bottom" id="div-results-Nervensystem-main">
<div class="margin-bottom" id="div-results-Nervensystem">
</div>

<div class="margin-bottom" id="div-results-Stoffwechsel-main">
<div class="margin-bottom" id="div-results-Stoffwechsel">
</div>

<div class="margin-bottom" id="div-results-Sterblichkeit-main">
<div class="margin-bottom" id="div-results-Sterblichkeit">
</div>

<div class="margin-bottom" id="div-results-Notfaelle-main">
<div class="margin-bottom" id="div-results-Notfaelle">
</div>

<script>
Expand Down Expand Up @@ -261,7 +261,7 @@

<br>

<div class="div-menu-line hidden" id="div-menu-noxen" style="">
<div class="div-menu-line hidden" id="div-menu-noxen-pcm" style="">

<script>
Draw_BtnNoxe('Feinstaub', true);
Expand Down Expand Up @@ -294,7 +294,7 @@
</script>

<div class="center hidden" id="div-mensch-mobile">
<img src="graph/mensch.png" height="400px" id="img_Mensch_mobile"></img><br>
<img src="graph/mensch.png" height="400px" id="img_Mensch_mobile"><br>
</div>

<div class="margin-bottom" id="div-results-Atemwege">
Expand Down
2 changes: 1 addition & 1 deletion zz_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Choose_Zeit(a_zeit, a_mobile) {
$(glb_PCID + '#mnu_Kohlenmonoxid').hide();
}

$(glb_PCID + '#div-menu-noxen').fadeIn();
$(glb_PCID + '#div-menu-noxen-pc').fadeIn();
$(glb_PCID + '#div-menu-Sterblichkeit').fadeIn();

$('#img_mensch_empty').attr("usemap", "#image-map");
Expand Down

0 comments on commit b85e774

Please sign in to comment.