We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75de77 commit d9abf88Copy full SHA for d9abf88
files/src/renderer/10_globals.js
@@ -23,7 +23,8 @@ const statusbox = document.getElementById("statusbox");
23
try {
24
require("./modules/empty");
25
} catch (err) {
26
- statusbox.innerHTML = `Running Nibbler in a normal browser doesn't work. For the full app, see the
+ statusbox.innerHTML = `
27
+ Running Nibbler in a normal browser doesn't work. For the full app, see the
28
<a href="https://github.com/rooklift/nibbler/releases">Releases section</a> of the repo.<br><br>
29
30
It has also been observed not to work if your path contains a % character.`;
0 commit comments