mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
fix listener to be called when refreshing Basket Workzone
This commit is contained in:
@@ -37,6 +37,12 @@ var p4 = p4 || {};
|
||||
}
|
||||
|
||||
activeBaskets();
|
||||
$('a.story_unfix').on('click', function () {
|
||||
unfix($(this).attr('href'));
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
$('.basketTips').tooltip({
|
||||
delay: 200
|
||||
});
|
||||
@@ -531,12 +537,6 @@ var p4 = p4 || {};
|
||||
$(document).ready(function () {
|
||||
activeBaskets();
|
||||
|
||||
$('a.story_unfix').on('click', function () {
|
||||
unfix($(this).attr('href'));
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
p4.WorkZone = {
|
||||
'Selection': new Selectable($('#baskets'), {selector: '.CHIM'}),
|
||||
'refresh': refreshBaskets,
|
||||
|
Reference in New Issue
Block a user