diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-01-10 16:45:14 +0100 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-01-10 16:45:14 +0100 |
commit | 99737d8461108b20b902faa0d6bcfb4b43d44f29 (patch) | |
tree | 25d6f3be291ed60ee7a69be573e983b473297ec8 /src/app/index.html | |
parent | 7ffe08c2bf76edd66f7d3099fb212831a0567f31 (diff) | |
download | Viper-99737d8461108b20b902faa0d6bcfb4b43d44f29.tar.gz Viper-99737d8461108b20b902faa0d6bcfb4b43d44f29.zip |
[fix] updating correct buttons
Diffstat (limited to 'src/app/index.html')
-rw-r--r-- | src/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html index 88d5a17..d9db79b 100644 --- a/src/app/index.html +++ b/src/app/index.html @@ -15,7 +15,7 @@ </div> <div class="buttons"> <button id="exit" onclick="exit()">%%gui.exit%%</button> - <button id="update" onclick="update()">%%gui.update%%</button> + <button id="updateBtn" onclick="update()">%%gui.update%%</button> <button id="setpath" onclick="setpath()">%%gui.setpath%%</button> </div> </div> |