Add coexistence checks to all enqueue methods to prevent loading both React and Grid.js assets simultaneously. Changes: - ReactAdmin.php: Only enqueue React assets when ?react=1 - Init.php: Skip Grid.js when React active on admin pages - Form.php, Coupon.php, Access.php: Restore classic assets when ?react=0 - Customer.php, Product.php, License.php: Add coexistence checks Now the toggle between Classic and React versions works correctly. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
39 lines
885 B
Markdown
39 lines
885 B
Markdown
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5">
|
|
<img src="https://raw.github.com/inikulin/parse5/master/media/logo.png" alt="parse5" />
|
|
</a>
|
|
</p>
|
|
|
|
<div align="center">
|
|
<h1>parse5</h1>
|
|
<i><b>HTML parser and serializer.</b></i>
|
|
</div>
|
|
<br>
|
|
|
|
<div align="center">
|
|
<code>npm install --save parse5</code>
|
|
</div>
|
|
<br>
|
|
|
|
<p align="center">
|
|
📖 <a href="https://parse5.js.org/modules/parse5.html"><b>Documentation</b></a> 📖
|
|
</p>
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5/tree/master/docs/list-of-packages.md">List of parse5 toolset packages</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5">GitHub</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="http://astexplorer.net/#/1CHlCXc4n4">Online playground</a>
|
|
</p>
|
|
|
|
<p align="center">
|
|
<a href="https://github.com/inikulin/parse5/releases">Changelog</a>
|
|
</p>
|