Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Commit

Permalink
Remove minio gitter room from sidecar js (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushenn authored and harshavardhana committed Jul 29, 2016
1 parent 25aee98 commit 94864c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $(document).on('page:change', function () {
$sidecarScript = '<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" />';
$('body').append($sidecarScript);
((window.gitter = {}).chat = {}).options = {
room: 'minio/minio'
room: '' //Add you gitter room
};
}

Expand Down

0 comments on commit 94864c7

Please sign in to comment.