BinaryONe commited on
Commit
cb6f2bb
·
1 Parent(s): 2e0d7a4
Files changed (1) hide show
  1. WebSSH/templates/index.html +1 -1
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>