|
|
@ -117,7 +117,6 @@ define('alerts', ['translator', 'components', 'benchpress'], function (translato
|
|
|
|
alert
|
|
|
|
alert
|
|
|
|
.on('mouseenter', function () {
|
|
|
|
.on('mouseenter', function () {
|
|
|
|
$(this).css('transition-duration', 0);
|
|
|
|
$(this).css('transition-duration', 0);
|
|
|
|
console.log(this);
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|