Guest User

Untitled

a guest
May 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function custom_cf_preloader() {
  2. setTimeout(function(){
  3. if(jQuery('animsition-loading').length == 0) {
  4. jQuery( document ).ready(function() {
  5. jQuery('.custom-cf-preloader .et_pb_contact').append('<div class="animsition-loading custom-preloader-control"></div>');
  6. });
  7. } else {
  8. custom_cf_preloader();
  9. }
  10. }, 300);
  11. }
  12. custom_cf_preloader();
Add Comment
Please, Sign In to add comment