revert the default port of chrom/firefox extension to 9090
This commit is contained in:
@@ -73,7 +73,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||||||
|
|
||||||
// Send a message to the background script to start capturing
|
// Send a message to the background script to start capturing
|
||||||
let host = "localhost";
|
let host = "localhost";
|
||||||
let port = "5901";
|
let port = "9090";
|
||||||
const useCollaboraServer = useServerCheckbox.checked;
|
const useCollaboraServer = useServerCheckbox.checked;
|
||||||
if (useCollaboraServer){
|
if (useCollaboraServer){
|
||||||
host = "transcription.kurg.org"
|
host = "transcription.kurg.org"
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||||||
|
|
||||||
startButton.addEventListener("click", function() {
|
startButton.addEventListener("click", function() {
|
||||||
let host = "localhost";
|
let host = "localhost";
|
||||||
let port = "5901";
|
let port = "9090";
|
||||||
const useCollaboraServer = useServerCheckbox.checked;
|
const useCollaboraServer = useServerCheckbox.checked;
|
||||||
|
|
||||||
if (useCollaboraServer){
|
if (useCollaboraServer){
|
||||||
|
|||||||
Reference in New Issue
Block a user