Initial Commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Created by Simon on 07.03.2017.
|
||||
*/
|
||||
|
||||
$(window).on("load", function () {
|
||||
$('#loadscreen').css({
|
||||
'display': 'none'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user