952 days continuous production uptime, 40k+ tp/s single node. Original corpo Bitbucket history not included — clean archive commit.
11 lines
241 B
JavaScript
Executable File
11 lines
241 B
JavaScript
Executable File
'use strict';
|
|
|
|
// Preloading script
|
|
|
|
$(document).ready(function () {
|
|
$('#preloader-markup').load('mdb-addons/preloader.html', function () {
|
|
$(window).on('load', function () {
|
|
$('#mdb-preloader').fadeOut('slow');
|
|
});
|
|
});
|
|
}); |