• Replace Line

    jQuery(".sp-body.folded").hide();

    with

    jQuery(document).ready(function(){
    jQuery(".sp-body.folded").hide();
    });

    for preventing some styling corruptions.

The topic ‘Fix suggestion: On Load’ is closed to new replies.