mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move action buttons above invalid certificate details.
This commit is contained in:
parent
08328c22d6
commit
7449f42306
1 changed files with 1 additions and 1 deletions
|
@ -4,9 +4,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<p>${reason}</p>
|
||||
<pre id="bytes">${bytes}</pre>
|
||||
<button id="leave" onclick="history.back()">Go back (recommended)</button>
|
||||
<button id="allow">Allow certificate temporarily</button>
|
||||
<pre id="bytes">${bytes}</pre>
|
||||
<script>
|
||||
let bytes = document.getElementById('bytes').textContent;
|
||||
let button = document.getElementById('allow');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue