Skip to content

Commit

Permalink
add textareas
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-McSweeney authored Nov 9, 2023
1 parent 09a8fd2 commit a0d19de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sc-proto/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<title></title>
<script>
let USED_TAB_URL = "https://test.com";
let USED_TAB_TITLE = "<b>a</b>";
let USED_TAB_URL = "";
let USED_TAB_TITLE = "";
let USED_DIRECTORY_ID = ""; // Directory API ID in chrome://policy
let USED_USER_EMAIL = "";
let USED_SECURLY_VERSION = "24.0.1307.0";
Expand Down Expand Up @@ -1119,7 +1119,7 @@ <h2> SC API Interface </h2>
</p><br>
<p id="err" style="color: red; font-family: monospace;"></p>
<textarea id="logs" placeholder="Logs will appear here" style="width: 980px; height: 440px;" readonly></textarea><br>
<button id="clearlogs">Clear logs</button><br>
<button id="clearlogs">Clear logs</button><textarea placeholder="Enter the tab title that will be sent" id="tabtitle" style="width: 310px; height: 16px; resize: none; position: absolute; top: 636px; left: 87px;"></textarea><textarea placeholder="Enter the tab URL that will be sent" id="taburl" style="width: 300px; height: 16px; resize: none; position: absolute; top: 636px; left: 407px;"></textarea><br>
<script>
if (localStorage["securly-classroom-interface-duid"]) {
document.getElementById("duid").value = localStorage["securly-classroom-interface-duid"];
Expand Down

0 comments on commit a0d19de

Please sign in to comment.