fix: Remove duplicate script tag and improve Koha touch targets
- Remove static research-papers-modal.js script tag (navbar.js already loads it dynamically), fixing "Identifier already declared" console error - Increase spacing and padding on Koha transparency link to meet 48px minimum touch target size (WCAG) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
10fd10c07e
commit
ca2d9c09d2
1 changed files with 2 additions and 4 deletions
|
|
@ -523,8 +523,8 @@
|
|||
data-i18n="koha.cta">
|
||||
Offer Koha →
|
||||
</a>
|
||||
<p class="text-xs text-blue-300 mt-5">
|
||||
<a href="/koha/transparency.html" class="text-blue-300 hover:text-white underline" data-i18n="koha.transparency_link">View our financial transparency report</a>
|
||||
<p class="text-sm text-blue-300 mt-8">
|
||||
<a href="/koha/transparency.html" class="inline-block py-2 text-blue-300 hover:text-white underline" data-i18n="koha.transparency_link">View our financial transparency report</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -554,8 +554,6 @@
|
|||
<!-- Newsletter Subscription Modal -->
|
||||
<script src="/js/components/newsletter.js?v=0.1.2.1770743517007"></script>
|
||||
|
||||
<!-- Research Papers Modal -->
|
||||
<script src="/js/components/research-papers-modal.js?v=0.1.2.1770743517007"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue