small fixes

This commit is contained in:
TMMeilleur
2013-12-04 10:08:35 +02:00
parent f274103b0e
commit 689fcb005d
8 changed files with 171 additions and 238 deletions
-21
View File
@@ -53,27 +53,6 @@ $(function () {
if (nb_move_available < 2)
$('#scenes .next').hide();
/* set cluetip parameters */
$('a.cluetip')
.cluetip({
local:true,
cursor: 'pointer',
attribute:'accesskey',
cluetipClass: 'product_scene',
dropShadow: false,
dropShadowSteps: 0,
showTitle: false,
tracking: true,
sticky: false,
mouseOutClose: true,
closeText: i18n_scene_close,
fx: {
open: 'fadeIn',
openSpeed: 'fast'
}
})
.css('opacity', 0.8);
/* set serialscroll parameters */
$('#scenes_list').serialScroll({
items:'a',