There is a new version of Content Disclaimer Module available.
In version 2.1.2 I introduced another way to load the disclaimer, but for some sites this wasn't the best way to do it. In this new version I've replaced the jQuery( window ).load( function()... for a quicker jQuery( document ).ready( function()... which does not wait to load the entire page, including images or external queries. So now the disclaimer is even faster than before.
There is a new version of Content Disclaimer Module available.
Until this version, the disclaimer was loading through a typical jQuery(window).load(function()... This makes the disclaimer did not appear until the site was completely loaded, including queries to external pages too. So I've decided to force it load at the very beginning of the page load, at least the background dark mask, which does not let us view the content. Then, when the page is fully loaded, the disclaimer is correctly positioned on the center.
A couple of important improvements have been added: