Skip to content

Commit

Permalink
replace keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sridatta committed Jun 29, 2012
1 parent fd8a459 commit 6884466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/ie6chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
}

var bridge = new Bridge({apiKey:'abcdefgh'});
var bridge = new Bridge({apiKey:'myprivkey'});
var authHandler = {
join: function(room, password, obj, callback) {
if (password == "secret123") {
Expand Down
2 changes: 1 addition & 1 deletion public/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

var name = prompt("What is your name?");

var bridge = new Bridge({apiKey:'abcdefgh'})
var bridge = new Bridge({apiKey:'mypubkey'})

var chatHandler = {
message: function(sender, message) {
Expand Down

0 comments on commit 6884466

Please sign in to comment.