app section modified…
This commit is contained in:
parent
35567c2139
commit
f807cd026d
|
@ -256,11 +256,13 @@ var orbitDesktop = function(dom){
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
$("#"+$(this).attr("data-category")).append(element);
|
$("#"+$(this).attr("data-category")).append(element);
|
||||||
}
|
},over:function(){
|
||||||
});
|
$(this).find('span.tile').removeClass('op06');
|
||||||
$(".section_label ul li:not(:nth-child(1)) span.tile").hover(function(){
|
},
|
||||||
$(this).toggleClass("op06");
|
out:function(){
|
||||||
})//.mouseleave(function(){$(this).addClass("op06");});
|
$(this).find('span.tile').addClass('op06');
|
||||||
|
}
|
||||||
|
});
|
||||||
$('#holder').tinyscrollbar({ axis: 'x'});
|
$('#holder').tinyscrollbar({ axis: 'x'});
|
||||||
var $sdm = $('.sdm');
|
var $sdm = $('.sdm');
|
||||||
|
|
||||||
|
|
Reference in New Issue