diff options
Diffstat (limited to 'NameGenerator.html')
-rw-r--r-- | NameGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NameGenerator.html b/NameGenerator.html index 5dab38a..975a092 100644 --- a/NameGenerator.html +++ b/NameGenerator.html @@ -25,7 +25,7 @@ Number of names: <input type="number" id="numNames" value=10><br> Display names at bottom <input id="outputNames" type="checkbox" checked=true> (Unchecking this option will mean that you will have to download the names to see them)<br><br> - <button id="button" onclick="createNames();">Create Names!</button><br> + <button id="button" class="btn btn-primary" onclick="create();">Create Names!</button><br> <a id="download" target="_blank"></a> <div id="names"> |