mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
hide callbar collection
This commit is contained in:
parent
cd3abcf0a7
commit
04d1977397
@ -26,10 +26,9 @@ module.exports = HumanView.extend({
|
||||
$('head').append(templates.head());
|
||||
$('body').removeClass('aux');
|
||||
this.renderAndBind();
|
||||
console.log('this.model', this.model);
|
||||
this.renderCollection(me.contacts, ContactListItem, this.$('#roster nav'));
|
||||
this.renderCollection(me.mucs, MUCListItem, this.$('#bookmarks nav'));
|
||||
this.renderCollection(me.calls, CallView, this.$('#calls'));
|
||||
//this.renderCollection(me.calls, CallView, this.$('#calls'));
|
||||
return this;
|
||||
},
|
||||
handleReconnect: function (e) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1381946040263
|
||||
# 0.0.1 1381954817907
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user