diff -r 5dc0c1fa6af6 -r 86ddb444d0a9 src/pyams_thesaurus/zmi/resources/js/pyams_thesaurus.js --- a/src/pyams_thesaurus/zmi/resources/js/pyams_thesaurus.js Wed May 20 12:37:53 2015 +0200 +++ b/src/pyams_thesaurus/zmi/resources/js/pyams_thesaurus.js Wed Jun 17 10:01:07 2015 +0200 @@ -113,6 +113,7 @@ var element = $('span.term:withtext("' + data.term + '")').parents('span.label'); $('html,body').animate({scrollTop: element.offset().top - 100}, 1000); element.css('background-color', 'darkgreen') + .off('mouseover') .on('mouseover', function() { $(this).css('background-color', ''); })