diff options
author | 0neGal <mail@0negal.com> | 2022-09-14 19:10:44 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-09-14 19:10:44 +0200 |
commit | d8760e60cecb51758cc32056b082c5f83886ea45 (patch) | |
tree | a6b709d604d77bad9d4911ac405f73105f5aebf7 /src/app/index.html | |
parent | 0c719656d99c69e11794b61a04e2fa31bbe5bb22 (diff) | |
download | Viper-d8760e60cecb51758cc32056b082c5f83886ea45.tar.gz Viper-d8760e60cecb51758cc32056b082c5f83886ea45.zip |
differentiation between update() and updatevp()
Some functions have been renamed:
update() -> updateNorthstar()
updatevp() -> updateViper()
Overall these are far better function names...
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 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> |