commit temp
This commit is contained in:
parent
7f2f444dba
commit
3acd8a86c7
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue