Hi,

there is an annoying issue. The page get-help/nabble (Nabble forums) tries to load following script:

<script>
{
        var nabble_id="a.f1639498";
        var link=document.getElementById("nabblelink");
        if (window.nabble_id && link != null) {
                link.style.display="none";
                if ('https:' == window.location.protocol) {
document.write("<p>nabble doesn't support https. Make sure you either have configured an exception in your browser or <a href='http:" + window.location.href.substring(window.location.protocol.length) + "'>access this page using plain http</a></p>");
                }
document.write("<div id='nabbleforum' style='width:100%'><div style='height:700px'><img src='http://n3.nabble.com/images/loading.png' width=94 height=33 alt='Loading...'></div></div>");
                var e = document.createElement("script");
e.src = 'http://n3.nabble.com/embed/JsEmbed.jtp?site=969070&node=1639498&url=' + encodeURIComponent(location.href);
                e.type="text/javascript";
                document.getElementsByTagName("head")[0].appendChild(e);
        }
}
</script>

It shows a warning that Nabble does not support https, only http. But the script is not fully loaded. Only a stagnant wheel symbol with the word "Loading..." is shown. Please remove this script from dsb.libreoffice.org and hsb.libreoffice.org websites.


Thanks.


Michael

--
To unsubscribe e-mail to: [email protected]
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/website/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to