Add Push controller

This commit is contained in:
Romain Neutron
2012-01-25 11:24:05 +01:00
parent 2f206e6251
commit e4e930a90f
4 changed files with 53 additions and 28 deletions

View File

@@ -561,7 +561,7 @@ var p4 = p4 || {};
});
p4.WorkZone = {
'Selection':new Selectable({selector : '.CHIM', container:$('#baskets')}),
'Selection':new Selectable($('#baskets'), {selector : '.CHIM'}),
'refresh':refreshBaskets,
'reloadCurrent':function(){
var sstt = $('#baskets .content:visible');