fix PHRAS-1076

This commit is contained in:
Florian BLOUET
2016-05-09 15:01:45 +02:00
parent 6aeb28d530
commit 3d12754c8c

View File

@@ -37,11 +37,6 @@ var p4 = p4 || {};
}
activeBaskets();
$('a.story_unfix').on('click', function () {
unfix($(this).attr('href'));
return false;
});
$('.basketTips').tooltip({
delay: 200
@@ -536,7 +531,7 @@ var p4 = p4 || {};
$(document).ready(function () {
activeBaskets();
$('a.story_unfix').on('click', function () {
$('body').on('click', 'a.story_unfix', function () {
unfix($(this).attr('href'));
return false;