Initial Commit

This commit is contained in:
2017-03-07 10:55:53 +01:00
commit 498492d79e
7 changed files with 140 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* Created by Simon on 07.03.2017.
*/
$(window).on("load", function () {
$('#loadscreen').css({
'display': 'none'
});
});