mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-26 03:02:25 -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());
|
$('head').append(templates.head());
|
||||||
$('body').removeClass('aux');
|
$('body').removeClass('aux');
|
||||||
this.renderAndBind();
|
this.renderAndBind();
|
||||||
console.log('this.model', this.model);
|
|
||||||
this.renderCollection(me.contacts, ContactListItem, this.$('#roster nav'));
|
this.renderCollection(me.contacts, ContactListItem, this.$('#roster nav'));
|
||||||
this.renderCollection(me.mucs, MUCListItem, this.$('#bookmarks 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;
|
return this;
|
||||||
},
|
},
|
||||||
handleReconnect: function (e) {
|
handleReconnect: function (e) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# 0.0.1 1381946040263
|
# 0.0.1 1381954817907
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
/app.js
|
/app.js
|
||||||
|
Loading…
Reference in New Issue
Block a user