FriedrichFroebel / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
7 stars 4 forks source link

Bootstraps javascript requires jquery #25

Open segadora opened 6 days ago

segadora commented 6 days ago

Hello

error in browser

bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery
    at bootstrap.min.js:6:37
(anonymous) @ bootstrap.min.js:6
FriedrichFroebel commented 6 days ago

Could you please provide some more details? I cannot reproduce this with the latest Firefox. The PyPI releases and this fork all use Bootstrap 5 which dropped the hard requirement on jQuery and I migrated everything to plain Javascript. You might want to try doing a force reload of the whole page to avoid side-effects of caching when you used the original repository before the fork for example.

segadora commented 3 days ago

Sure will do ASAP