Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eyssette committed Nov 11, 2024
1 parent 664e10d commit 42227ec
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 62 deletions.
1 change: 1 addition & 0 deletions _app/immutable/chunks/singletons.30f4f863.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion _app/immutable/chunks/singletons.db47d398.js

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _app/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1729900023485"}
{"version":"1731357221687"}
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link href="./_app/immutable/assets/2.7aae048c.css" rel="stylesheet">
<link rel="modulepreload" href="./_app/immutable/entry/start.0497c536.js">
<link rel="modulepreload" href="./_app/immutable/entry/start.59bc08ef.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.84111acf.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.db47d398.js">
<link rel="modulepreload" href="./_app/immutable/chunks/singletons.30f4f863.js">
<link rel="modulepreload" href="./_app/immutable/chunks/index.cf520272.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.9d2be4ad.js">
<link rel="modulepreload" href="./_app/immutable/entry/app.9e072580.js">
<link rel="modulepreload" href="./_app/immutable/chunks/preload-helper.a4192956.js">
<link rel="modulepreload" href="./_app/immutable/nodes/0.c5f46d57.js">
<link rel="modulepreload" href="./_app/immutable/nodes/2.6e509fcd.js">
<link rel="modulepreload" href="./_app/immutable/nodes/2.9bb1143b.js">
</head>
<body>
<div style="display: contents">
Expand Down Expand Up @@ -119,6 +119,8 @@
- ```initialExpandLevel: 1```
- Pour forcer l'ouverture des \\liens dans un nouvel onglet
- ```openLinksInNewTab: true```
- Pour permettre l'ouverture automatique\\des liens et empêcher l'affichage du message\\ de confirmation pour quitter la page
- ```disableWarningMessage: true```
- Pour contrôler l'interactivité
- ```automaticResize: false``` \\pour supprimer le \\redimensionnement automatique
- ```focusOnBranch: true``` \\pour focaliser sur la branche \\sur laquelle on clique et fermer\\automatiquement les autres
Expand All @@ -137,7 +139,7 @@

<script>
{
__sveltekit_1nlv6yh = {
__sveltekit_1s9zjmg = {
base: new URL(".", location).pathname.slice(0, -1),
env: {}
};
Expand All @@ -147,8 +149,8 @@
const data = [null,null];

Promise.all([
import("./_app/immutable/entry/start.0497c536.js"),
import("./_app/immutable/entry/app.9d2be4ad.js")
import("./_app/immutable/entry/start.59bc08ef.js"),
import("./_app/immutable/entry/app.9e072580.js")
]).then(([kit, app]) => {
kit.start(app, element, {
node_ids: [0, 2],
Expand Down

0 comments on commit 42227ec

Please sign in to comment.