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

@@ -3,9 +3,8 @@ var p4 = p4 || {};
(function(p4, window){
p4.Results = {
'Selection':new Selectable({
'Selection':new Selectable($('#answers'), {
selector : '.IMGT',
container:$('#answers'),
selectStart:function(event, selection){
$('#answercontextwrap table:visible').hide();
},