Skip to content

Commit

Permalink
Fix bad turndown path
Browse files Browse the repository at this point in the history
  • Loading branch information
Remiscan committed Jun 23, 2020
1 parent 98ddd08 commit bdf127e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/export.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php include '../index.php'; ?>

<script src="/colori/libs/turndown.js"></script>
<script src="/colori/ext/turndown.js"></script>
<script type="module">
import { traduire, getString, switchLangage, getLangage } from '../../_common/js/traduction--<?=version($commonDir.'/js', 'traduction.js')?>.js';
function wait(time) { return new Promise(resolve => setTimeout(resolve, time)); }
Expand Down

0 comments on commit bdf127e

Please sign in to comment.