commit temp
This commit is contained in:
parent
c61a4d7939
commit
07dadbef70
|
@ -218,7 +218,7 @@ var orbitDesktop = function(dom){
|
||||||
$('#holder').tinyscrollbar({ axis: 'x'});
|
$('#holder').tinyscrollbar({ axis: 'x'});
|
||||||
};
|
};
|
||||||
if(!o.desktopData[o.currentface]){
|
if(!o.desktopData[o.currentface]){
|
||||||
$(o.contentHolder).empty().load("desktop_pages/"+target,function(){
|
$(o.contentHolder).empty().load("/"+target,function(){
|
||||||
bindHandlers();
|
bindHandlers();
|
||||||
});
|
});
|
||||||
}else{
|
}else{
|
||||||
|
|
Reference in New Issue