mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Mark demo HTML sections with BEGIN/END comments (#2741)
This commit is contained in:
@@ -141,6 +141,7 @@ import Icon from '@ui/Icon.astro';
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- BEGIN TOUR SCRIPT -->
|
||||
<script is:inline>
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const driverObj = driver.js.driver({
|
||||
@@ -223,4 +224,5 @@ import Icon from '@ui/Icon.astro';
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<!-- END TOUR SCRIPT -->
|
||||
</DefaultLayout>
|
||||
|
||||
Reference in New Issue
Block a user