diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-30 15:43:39 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-08-30 15:43:39 -0400 |
commit | afff994f985121e89de4b1e3bb509b62eb956e5a (patch) | |
tree | 6922c0afb6838accdb174ace803b6d4d144a5c7e /NameGenerator.html | |
parent | 2dbaaff4929d095c5572675b7477458760f9a6e7 (diff) |
Added loading message
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"> |