mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix PHRAS-1076
This commit is contained in:
@@ -37,11 +37,6 @@ 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
|
||||||
@@ -536,7 +531,7 @@ var p4 = p4 || {};
|
|||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
activeBaskets();
|
activeBaskets();
|
||||||
$('a.story_unfix').on('click', function () {
|
$('body').on('click', 'a.story_unfix', function () {
|
||||||
unfix($(this).attr('href'));
|
unfix($(this).attr('href'));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user