Skip to content

Commit

Permalink
Javascript: remove HTML style browser
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeezer committed Dec 31, 2024
1 parent 105c4ee commit c4eaeaf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 121 deletions.
114 changes: 0 additions & 114 deletions js/style_browser.js

This file was deleted.

3 changes: 0 additions & 3 deletions xsl/pretext-common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@ $inline-solution-back|$divisional-solution-back|$worksheet-solution-back|$readin
<!-- HTML only, a developer must elect to use this CSS file -->
<xsl:param name="debug.developer.css" select="'no'"/>

<!-- HTML only, to load a js style browser for testing -->
<xsl:param name="debug.style.browser" select="''"/>

<!-- HTML only, testing early-releases of MathJax 4 -->
<!-- See: https://github.com/mathjax/MathJax/releases -->
<!-- https://github.com/mathjax/MathJax-src/releases/tag/4.0.0-alpha.1 -->
Expand Down
4 changes: 0 additions & 4 deletions xsl/pretext-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12924,10 +12924,6 @@ TODO:
<script src="{$html.js.dir}/pretext.js"></script>
<script src="{$html.js.dir}/pretext_add_on.js?x=1"></script>
<script src="{$html.js.dir}/user_preferences.js"></script>
<xsl:if test="$debug.style.browser = 'yes'">
<xsl:comment>Enabling css style browser.</xsl:comment>
<script src="{$html.js.dir}/style_browser.js"></script>
</xsl:if>
</xsl:when>
<xsl:when test="$b-debug-react-local">
<script type="module" defer="" src="./static/js/main.js"></script>
Expand Down

0 comments on commit c4eaeaf

Please sign in to comment.