mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Add Push controller
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
Reference in New Issue
Block a user