Update settings.html
Browse files- settings.html +0 -4
settings.html
CHANGED
@@ -54,9 +54,6 @@
|
|
54 |
<label for="api_key_sys">api_key_sys:</label>
|
55 |
<input type="text" id="api_key_sys" name="api_key_sys"><br><br>
|
56 |
|
57 |
-
<label for="ALLOWED_ORIGIN">ALLOWED_ORIGIN:</label>
|
58 |
-
<input type="text" id="ALLOWED_ORIGIN" name="ALLOWED_ORIGIN"><br><br>
|
59 |
-
|
60 |
<label for="crypto_key_sys">crypto_key_sys:</label>
|
61 |
<input type="text" id="crypto_key_sys" name="crypto_key_sys"><br><br>
|
62 |
|
@@ -89,7 +86,6 @@
|
|
89 |
.then(response => response.json())
|
90 |
.then(data => {
|
91 |
document.getElementById('api_key_sys').value = data.api_key_sys;
|
92 |
-
document.getElementById('ALLOWED_ORIGIN').value = data.ALLOWED_ORIGIN;
|
93 |
document.getElementById('vk_api_key').value = data.vk_api_key;
|
94 |
document.getElementById('crypto_key_sys').value = data.crypto_key_sys;
|
95 |
document.getElementById('senler_token').value = data.senler_token;
|
|
|
54 |
<label for="api_key_sys">api_key_sys:</label>
|
55 |
<input type="text" id="api_key_sys" name="api_key_sys"><br><br>
|
56 |
|
|
|
|
|
|
|
57 |
<label for="crypto_key_sys">crypto_key_sys:</label>
|
58 |
<input type="text" id="crypto_key_sys" name="crypto_key_sys"><br><br>
|
59 |
|
|
|
86 |
.then(response => response.json())
|
87 |
.then(data => {
|
88 |
document.getElementById('api_key_sys').value = data.api_key_sys;
|
|
|
89 |
document.getElementById('vk_api_key').value = data.vk_api_key;
|
90 |
document.getElementById('crypto_key_sys').value = data.crypto_key_sys;
|
91 |
document.getElementById('senler_token').value = data.senler_token;
|