route fixed.
This commit is contained in:
		
							parent
							
								
									3acd8a86c7
								
							
						
					
					
						commit
						b2c9229099
					
				|  | @ -178,7 +178,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("/desktop/"+target,function(){ | ||||
| 				bindHandlers(); | ||||
| 			}); | ||||
| 		}else{ | ||||
|  | @ -218,7 +218,7 @@ var orbitDesktop = function(dom){ | |||
| 			$('#holder').tinyscrollbar({ axis: 'x'}); | ||||
| 		}; | ||||
| 		if(!o.desktopData[o.currentface]){ | ||||
| 			$(o.contentHolder).empty().load("/"+target,function(){ | ||||
| 			$(o.contentHolder).empty().load("/desktop/"+target,function(){ | ||||
| 				bindHandlers(); | ||||
| 			}); | ||||
| 		}else{ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue