diff options
author | Alystrasz <contact@remyraes.com> | 2022-01-10 20:18:57 +0100 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-01-10 20:18:57 +0100 |
commit | 06d67801dc94d0b9fb359213d95ec5fba3e0c6ba (patch) | |
tree | 4f5514be3d82dca962cd5fed67dd2f422da0c6a1 /src/app/index.html | |
parent | 3d96636bb0bbdc271d49999f7a10216690a19157 (diff) | |
parent | 9dbf85ca6655d8b14c8f0ad090a9b30e1ec951cf (diff) | |
download | Viper-06d67801dc94d0b9fb359213d95ec5fba3e0c6ba.tar.gz Viper-06d67801dc94d0b9fb359213d95ec5fba3e0c6ba.zip |
Merge branch 'main' into feat/northstar-auto-update
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> |