"use strict";

(function ($) {
  $(window).on('load', function () {
    $('.masterstudy-loader_global').fadeOut('fast');
  });
})(jQuery);