RefTagger stopped working properly on our phpbb forum

hana
hana Member Posts: 6 ✭✭
edited November 2024 in English Forum

Dear all,

Several days ago on our phpbb forum, we noticed that when quoting post or previewing post or editing post that contains Bible verses, the Bible verses are erased and replaced by empty string.

In overall_footer.html before the </body> we have this code:

<script> var refTagger = { settings: { bibleVersion: "NASB" } }; (function(d, t) { var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.src = "//api.reftagger.com/v2/RefTagger.js"; s.parentNode.insertBefore(g, s); }(document, "script")); </script>

I noticed that this problem does not occur on my PC with Windows 8 and Internet Explorer.
The problem occurs e.g. on my iPad with Safari browser.

Please, could you suggest why the problem occurs?

Thank you,
Hana

Comments