move laddabetyg to htmlbottom
This commit is contained in:
parent
e54effd9b2
commit
8b0bae18fe
@ -83,8 +83,6 @@ include "include/createCourse_end.php";
|
||||
</header>
|
||||
<?php
|
||||
include "include/html_script_bottom_head.php";
|
||||
|
||||
include "include/info.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -82,8 +82,6 @@ include "include/createCourse_end.php";
|
||||
</header>
|
||||
<?php
|
||||
include "include/html_script_bottom_head.php";
|
||||
|
||||
include "include/info.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -81,8 +81,6 @@ include "include/createCourse_end.php";
|
||||
</header>
|
||||
<?php
|
||||
include "include/html_script_bottom_head.php";
|
||||
|
||||
include "include/info.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -81,8 +81,6 @@ include "include/createCourse_end.php";
|
||||
</header>
|
||||
<?php
|
||||
include "include/html_script_bottom_head.php";
|
||||
|
||||
include "include/info.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -81,8 +81,6 @@ include "include/createCourse_end.php";
|
||||
</header>
|
||||
<?php
|
||||
include "include/html_script_bottom_head.php";
|
||||
|
||||
include "include/info.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -11,6 +11,7 @@ readfile("js/sparabetyg.js");
|
||||
readfile("js/smallScript.js");
|
||||
echo "
|
||||
$(document).ready(function() {
|
||||
laddaBetyg();
|
||||
$('select').material_select();
|
||||
});
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
<?php
|
||||
echo "
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
laddaBetyg();
|
||||
});
|
||||
</script>
|
||||
";
|
Reference in New Issue
Block a user