[skip CI] update docs
This commit is contained in:
+3
-3
@@ -44,9 +44,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="left">
|
||||
<textarea id="input" autocomplete="false" spellcheck="false"></textarea>
|
||||
<textarea id="input" autocomplete="false" spellcheck="false">loading...</textarea>
|
||||
</div>
|
||||
<div id="right"></div>
|
||||
<div id="right">loading...</div>
|
||||
<script>
|
||||
$(document).ready(() => {
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
findLineBreaks(data);
|
||||
$('#right').html(faDiagrams.compute(data));
|
||||
} catch (err) {
|
||||
$('#right').html(`<h2>${err.toString().replace(/\n/gm, '<br>')}</h2>`);
|
||||
$('#right').html(`<h2>${err.toString().replace(/\n/gm, '<br>')}<br>(More info at <a target="_blank" href="https://github.com/Klemek/fa-diagrams">fa-diagrams</a> and <a target="_blank" href="https://github.com/toml-lang/toml">TOML</a></h2>`);
|
||||
console.error(err);
|
||||
}
|
||||
}, 500);
|
||||
|
||||
Reference in New Issue
Block a user