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