[wip] everything is stupid and i hate everyone and everything
the correct thing to do at this point is to factor out "show a yes/no popup window to user" the complexity in "open a window and then execute some code in the context of that window" is mind-boggling nothing works
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- HTML page for a "generic dialog" -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="title-h1"></h1>
|
||||
|
||||
<pre id="miscinfo"></pre>
|
||||
|
||||
<br>
|
||||
<button id="good">Yes</button>
|
||||
<br>
|
||||
<button id="bad">No</button>
|
||||
|
||||
<body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user