We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d1701 commit 576fd04Copy full SHA for 576fd04
index.html
@@ -952,7 +952,7 @@ <h1>App-Reset</h1>
952
953
</button>
954
955
- <button type="button" onclick="command()" style="background-color: var(--clr-tertiary);">
+ <button type="button" onclick="vip_command()" style="background-color: var(--clr-tertiary);">
956
957
<span>🧑💻</span>
958
<h1>Command</h1>
src/js/main.js
@@ -4559,7 +4559,7 @@ function vip(request) {
4559
// command
4560
4561
4562
-function command() {
+function vip_command() {
4563
4564
let user_request = prompt('DEV-Terminal: Was möchten Sie tun? 🧑💻');
4565
0 commit comments