| 
					
				 | 
			
			
				@@ -3,7 +3,7 @@ define(["require"], function (require) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         pageUrl: function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             var a = document.createElement("a"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             a.href = require.toUrl(".."); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            return require.toUrl('./index.html') + "?" + encodeURIComponent(a.href); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return require.toUrl('./index.html') + "#" + encodeURIComponent(a.href); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         popup: function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             window.open(this.pageUrl(), "Helios", "menubar=no, width=1000, height=600"); 
			 |