Skip to content

Commit

Permalink
Update view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 21, 2024
1 parent 87913e2 commit 5cf8a7b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions view.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ <h1>viewer</h1>
var peerId = null;
var conn = null;


let mess = new Mess({
//initial message (if not used, nothing happens feijoada)
message: "I'm shown when the page loads"
});
//https://graciano.github.io/mess/
let mess = new Mess();
mess.init();
let log=function(){
console.log.apply(console.log,arguments);
mess.show(Array.from(arguments).join('\n'));
};

Expand Down

0 comments on commit 5cf8a7b

Please sign in to comment.