Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Standard8 committed May 13, 2013
1 parent 5bfff9d commit ba8abed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function setupFileSharing(aWin, aIncomingChannel, aOutgoingChannel, aTarget) {
aWin.document.getElementById("chatForm").onsubmit = function() {
var localChat = aWin.document.getElementById("localChat");
var message = localChat.value;
aOutgoingChannel.send(message);
aOutgoingChannel.send(message);
localChat.value = "";
// XXX: Sometimes insertChatMessage throws an exception, don't know why yet.
try {
Expand Down

0 comments on commit ba8abed

Please sign in to comment.