restore register at initialization

This commit is contained in:
Benoît Burnichon
2016-04-22 20:22:56 +02:00
parent 3c4c3c9359
commit 53ef815145

View File

@@ -536,6 +536,11 @@ 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'}),