Commit b061f403 authored by JC Brand's avatar JC Brand

Remove superfluous element #collective-xmpp-chat-data

parent bb1f9955
...@@ -2260,7 +2260,7 @@ ...@@ -2260,7 +2260,7 @@
}); });
this.ChatBoxesView = Backbone.View.extend({ this.ChatBoxesView = Backbone.View.extend({
el: '#collective-xmpp-chat-data', el: '#chatpanel',
initialize: function () { initialize: function () {
// boxesviewinit // boxesviewinit
......
...@@ -179,7 +179,6 @@ ...@@ -179,7 +179,6 @@
</div> </div>
<div id="chatpanel"> <div id="chatpanel">
<div id="collective-xmpp-chat-data"></div>
<div id="toggle-controlbox"> <div id="toggle-controlbox">
<a href="#" class="chat toggle-online-users"> <a href="#" class="chat toggle-online-users">
<strong class="conn-feedback">Toggle chat</strong> <strong style="display: none" id="online-count">(0)</strong> <strong class="conn-feedback">Toggle chat</strong> <strong style="display: none" id="online-count">(0)</strong>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment