revert the default port of chrom/firefox extension to 9090

This commit is contained in:
makaveli10
2024-01-15 23:30:05 +08:00
parent 71d0fe69c6
commit c810369324
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ document.addEventListener("DOMContentLoaded", function() {
startButton.addEventListener("click", function() {
let host = "localhost";
let port = "5901";
let port = "9090";
const useCollaboraServer = useServerCheckbox.checked;
if (useCollaboraServer){