in reply to cgi web page always 'Loading'

Ah well, no sooner asked... it's apparently related to some jquery links in my document head.
Removing this made it go away:
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5. +min.js">
Still not sure why there's no error, but at least it's not 'Loading.' Not sure if I can delete my post but mods feel free since it might not be a perl issue per se.

Replies are listed 'Best First'.
Re^2: cgi web page always 'Loading'
by LanX (Saint) on Feb 02, 2021 at 02:40 UTC
    > Still not sure why there's no error,

    because it's executed on the client side.

    make sure that JS is enabled and check the JS-Console for errors (F12 in the browser)

    > Not sure if I can delete my post

    No, but you can edit and mark the title with (Solved)

    > it might not be a perl issue per se.

    yeah :)

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery