mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
fix PHRAS-1076
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user