Update overview.php

This commit is contained in:
Janis Steiner
2024-06-27 14:15:13 +00:00
committed by GitHub
parent 6b9372ca51
commit 54cfb16ded

View File

@@ -435,7 +435,7 @@ function load_user()
</div> </div>
</div> </div>
<?php <?php
if($_SESSION["class"]==""){ if($_SESSION["class_id"]==""){
echo("<script>"); echo("<script>");
echo("var modal = document.getElementById('select_class');"); echo("var modal = document.getElementById('select_class');");
echo("modal.classList.add('show');"); echo("modal.classList.add('show');");