Skip to content

Commit 576fd04

Browse files
committed
v4e (optimized)
1 parent 04d1701 commit 576fd04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ <h1>App-Reset</h1>
952952

953953
</button>
954954

955-
<button type="button" onclick="command()" style="background-color: var(--clr-tertiary);">
955+
<button type="button" onclick="vip_command()" style="background-color: var(--clr-tertiary);">
956956

957957
<span>🧑‍💻</span>
958958
<h1>Command</h1>

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4559,7 +4559,7 @@ function vip(request) {
45594559
// command
45604560

45614561

4562-
function command() {
4562+
function vip_command() {
45634563

45644564
let user_request = prompt('DEV-Terminal: Was möchten Sie tun? 🧑‍💻');
45654565

0 commit comments

Comments
 (0)