globalThis.tdSqltextSheet = getSheet(pgwuiSqlShowWhitespaceURL());
globalThis.horizontalRuleSheet = getSheet(pgwuiSqlBackgroundRulesURL());
attachEvents();
+/* This is redundent, since styling on load should be right,
+ but it does not hurt and is needed to properly style should the checkbox
+ defaults change.*/
initializeStyling();
<%block name="stylesheet_links">
${parent.stylesheet_links()}
<link rel="stylesheet"
+ disabled
href="${request.static_path('pgwui_sql:static/show_whitespace.css')}"
type="text/css" />
<link rel="stylesheet"
+ disabled
href="${request.static_path('pgwui_sql:static/background_rules.css')}"
type="text/css" />
</%block>