XF 1.5 Strange loading notification at the bottom of the page

I've just looked at the HTML and this is it:
HTML:
<div id="VerseTooltip">
    <span class="arrow"><span></span></span>
   
    <div class="section">
        <div class="primaryContent verseContent">
            <span class="VerseContents">Loading...</span>
        </div>
    </div>
</div>
This looks to be from an add-on or other customisation.
 
Top Bottom