Skip to content

Commit 4294359

Browse files
quick-dirty stops search update
1 parent ec08935 commit 4294359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xsl/pretext-html.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ along with MathBook XML. If not, see <http://www.gnu.org/licenses/>.
276276
<!-- A structured Table of Contents for a React app approach -->
277277
<xsl:call-template name="doc-manifest"/>
278278
<!-- build a search page (in development) -->
279-
<xsl:if test="$has-native-search">
279+
<xsl:if test="$has-native-search and not($b-quick-dirty)">
280280
<xsl:call-template name="search-page-construction"/>
281281
</xsl:if>
282282
<!-- The main event -->

0 commit comments

Comments
 (0)