[Koha-bugs] [Bug 30689] Incorrect Babeltheque setting can cause console warning

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 9 08:18:23 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30689

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Testing notes (koha-testing-docker):

- Warning message in browser console before patch applied: ‘src’ attribute of
<script> element is empty.

- There was then an empty script tag in the browser source file for the page:
<script src=" "></script>

- This was just after this text in the browser source file:

      <div class="babeltheque_adds">
           <div id="BW_critiques_aj"></div>
            <div id="BW_citations_aj"></div>
      </div>

- When patch applied, these were the console error messages:
  . GET https://www.example.com/example.js [HTTP/2 404 Not Found 1554ms]
  . Loading failed for the <script> with source
“https://www.example.com/example.js”.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list