release v1.0.0 #14

Merged
thefeli73 merged 63 commits from develop into master 2019-11-12 18:53:53 +01:00
7 changed files with 1 additions and 18 deletions
Showing only changes of commit 8b0bae18fe - Show all commits

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>
";