Remove missing function
This commit is contained in:
parent
ca5bccce93
commit
e94eaa3ebb
@ -159,7 +159,6 @@ const uploadSSH = () => {
|
|||||||
const displayFingerprints = () => {
|
const displayFingerprints = () => {
|
||||||
// Get SSH Fingerprints and display them
|
// Get SSH Fingerprints and display them
|
||||||
$.get(USE_ORIGIN + "/fingerprint.php", (response) => {
|
$.get(USE_ORIGIN + "/fingerprint.php", (response) => {
|
||||||
dbp(response);
|
|
||||||
if (response) {
|
if (response) {
|
||||||
var html =
|
var html =
|
||||||
'<div><table class="fingerprintTable"><tr><th>Bits</th><th>Fingerprint (SHA256)</th><th class="text-start">Algorithm</th></tr>';
|
'<div><table class="fingerprintTable"><tr><th>Bits</th><th>Fingerprint (SHA256)</th><th class="text-start">Algorithm</th></tr>';
|
||||||
|
1
index.js
1
index.js
@ -72,7 +72,6 @@ const beginOauth = () => {
|
|||||||
const displayFingerprints = () => {
|
const displayFingerprints = () => {
|
||||||
// Get SSH Fingerprints and display them
|
// Get SSH Fingerprints and display them
|
||||||
$.get(USE_ORIGIN+"/fingerprint.php", (response) => {
|
$.get(USE_ORIGIN+"/fingerprint.php", (response) => {
|
||||||
dbp(response);
|
|
||||||
if (response) {
|
if (response) {
|
||||||
var html = "<div><table class=\"fingerprintTable\"><tr><th>Bits</th><th>Fingerprint (SHA256)</th><th class=\"text-start\">Algorithm</th></tr>";
|
var html = "<div><table class=\"fingerprintTable\"><tr><th>Bits</th><th>Fingerprint (SHA256)</th><th class=\"text-start\">Algorithm</th></tr>";
|
||||||
response.split("\n").forEach((line) => {
|
response.split("\n").forEach((line) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user