window.loadingCompleted = function () {
    require(['jquery'], function ($) {
        $('#loading-icon').addClass('hidden');
    })
};