Add main chat window on nav bar chat click
This commit is contained in:
@@ -49,14 +49,6 @@ var common = (function() {
|
||||
});
|
||||
};
|
||||
|
||||
// this will overwrite if gitter object is already present
|
||||
common.createGitterOptions = function createGitterOptions(room) {
|
||||
((window.gitter = {}).chat = {}).options = {
|
||||
room: room,
|
||||
activationElement: document.createElement('div')
|
||||
};
|
||||
};
|
||||
|
||||
return common;
|
||||
})();
|
||||
|
||||
|
Reference in New Issue
Block a user