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