Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsroka authored Jun 12, 2023
1 parent b9be7cc commit ae1315b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions console/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</head>
<body>
<h1>console</h1>
<p>This tool will allow you to run short JavaScript snippets using a library (see Functions below and
<p>This tool will allow you to run short JavaScript snippets using a library (see <a href=#functions>functions</a> and <a href=#examples>examples</a> below and
<a href=https://github.com/gabrielsroka/gabrielsroka.github.io/blob/master/console/index.html>source</a> for more info).</p>
<b>Setup</b>
<ol>
Expand Down Expand Up @@ -202,7 +202,7 @@ <h1>console</h1>
bm.href = 'javascript:' + code.innerText + '();';
</script>
<br>
<b>Functions</b>
<div id=functions><b>Functions</b></div>
<ul>
<li>log()
<li>table()
Expand All @@ -226,7 +226,7 @@ <h1>console</h1>
<li>csv()
</ul>
<br>
<div><b>Examples</b>
<div id=examples><b>Examples</b>
<ul>
<li><a href=#sendActivationEmail>Send activation email to pending users</a>
<li><a href=#copyGroupMembers>Copy members from one group to another</a>
Expand Down

0 comments on commit ae1315b

Please sign in to comment.