Commit c3220919 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

update js

See merge request manzarH/dic-global-dev!603
parents 567ac049 d11ab221
...@@ -340,13 +340,11 @@ ...@@ -340,13 +340,11 @@
var full_year = date+" "+months[month]+" "+year; var full_year = date+" "+months[month]+" "+year;
$('#latest_update').text("Latest updated on " + full_year); $('#latest_update').text("Latest updated on " + full_year);
$(".outer-loader").fadeOut("slow");
}); });
$(window).on("load", function () {
$(".outer-loader").fadeOut("slow");
});
})(jQuery); })(jQuery);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment