Modify the link disabled attribute instead of using the DOM
authorKarl O. Pinc <kop@karlpinc.com>
Tue, 8 Oct 2024 18:08:24 +0000 (13:08 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Tue, 8 Oct 2024 18:08:24 +0000 (13:08 -0500)
commitdd2ba852f72fb9eb5b5266d6584dc4a33a985c2a
treed2306f9ace08e01a641b84597b8c39b8288b24cd
parentd3f26a46467aa14fb6ab8c0d9af103d29e894ac1
Modify the link disabled attribute instead of using the DOM

Having the page load with the disabled attribute present prevents
the "flash" of having the styling present and then removed.  But the
DOM can't be used to put the stylesheet in and out of the rendering
chain when the stylesheet is disabled, so no point in that.
src/pgwui_sql/static/pgwui_sql.js
src/pgwui_sql/templates/sql.mak