Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
cb6f2bb
1
Parent(s):
2e0d7a4
Changes
Browse files
WebSSH/templates/index.html
CHANGED
|
@@ -106,7 +106,7 @@
|
|
| 106 |
console.error('There was a problem with the fetch operation:', error);
|
| 107 |
document.getElementById('error-popup').style.display = 'block';
|
| 108 |
});
|
| 109 |
-
}
|
| 110 |
</script>
|
| 111 |
</div>
|
| 112 |
</body>
|
|
|
|
| 106 |
console.error('There was a problem with the fetch operation:', error);
|
| 107 |
document.getElementById('error-popup').style.display = 'block';
|
| 108 |
});
|
| 109 |
+
};
|
| 110 |
</script>
|
| 111 |
</div>
|
| 112 |
</body>
|