aboutsummaryrefslogtreecommitdiff
path: root/src/app/index.html
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2022-09-16 07:51:42 +0200
committerGitHub <noreply@github.com>2022-09-16 07:51:42 +0200
commita504dbe5e3a1dacb90a60409bbfb784f243a9413 (patch)
treecd3ed238357f4a82575b498608a2f144cf33cd23 /src/app/index.html
parent16c658e245074dc2e5c9ccf09d4e5f421602fa95 (diff)
parent096c54e746def93eb6ee1b2a8d91e1e62555d610 (diff)
downloadViper-a504dbe5e3a1dacb90a60409bbfb784f243a9413.tar.gz
Viper-a504dbe5e3a1dacb90a60409bbfb784f243a9413.zip
Merge branch '0neGal:main' into feat/ci-builds
Diffstat (limited to 'src/app/index.html')
-rw-r--r--src/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/index.html b/src/app/index.html
index 819caac..1b3944d 100644
--- a/src/app/index.html
+++ b/src/app/index.html
@@ -220,7 +220,7 @@
<button id="playNsBtn" class="playBtn" onclick="launch()">%%gui.launch%%</button>
<div class="inline">
<div id="nsversion"></div>
- <a id="update" href="#" onclick="update()">(%%gui.update.check%%)</a>
+ <a id="update" href="#" onclick="updateNorthstar()">(%%gui.update.check%%)</a>
<div id="serverstatus" class="checking"></div>
</div>
</div>