Skip to content

Commit

Permalink
disable backend
Browse files Browse the repository at this point in the history
  • Loading branch information
johnebgood authored Sep 1, 2024
1 parent 59cec80 commit fede94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfront/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var messageID = 1;
var currentSpeakingMessageID = 0;
var audioPlayerNew = new Audio();
var con = {};
var backendEnabled = true;
var backendEnabled = false;

const DEFAULT_COLORS = [
"#b52d2d",
Expand Down

0 comments on commit fede94b

Please sign in to comment.