mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
|
$(document).ready(function() {
|
|
|
|
setTimeout(function(){
|
|
$('body').addClass('loaded');
|
|
}, 100);
|
|
|
|
});
|