move laddabetyg to htmlbottom

This commit is contained in:
Felix Schulze 2019-11-12 16:42:32 +01:00
parent e54effd9b2
commit 8b0bae18fe
7 changed files with 1 additions and 18 deletions

View File

@ -83,8 +83,6 @@ include "include/createCourse_end.php";
</header>
<?php
include "include/html_script_bottom_head.php";
include "include/info.php";
?>
</body>
</html>

View File

@ -82,8 +82,6 @@ include "include/createCourse_end.php";
</header>
<?php
include "include/html_script_bottom_head.php";
include "include/info.php";
?>
</body>
</html>

View File

@ -81,8 +81,6 @@ include "include/createCourse_end.php";
</header>
<?php
include "include/html_script_bottom_head.php";
include "include/info.php";
?>
</body>
</html>

View File

@ -81,8 +81,6 @@ include "include/createCourse_end.php";
</header>
<?php
include "include/html_script_bottom_head.php";
include "include/info.php";
?>
</body>
</html>

View File

@ -81,8 +81,6 @@ include "include/createCourse_end.php";
</header>
<?php
include "include/html_script_bottom_head.php";
include "include/info.php";
?>
</body>
</html>

View File

@ -11,6 +11,7 @@ readfile("js/sparabetyg.js");
readfile("js/smallScript.js");
echo "
$(document).ready(function() {
laddaBetyg();
$('select').material_select();
});

View File

@ -1,8 +0,0 @@
<?php
echo "
<script>
$(document).ready(function() {
laddaBetyg();
});
</script>
";